Skip to content

Commit

Permalink
Update llpc to handle new version of llvm (#2801)
Browse files Browse the repository at this point in the history
Handle upstream llvm changes for llvm/llvm-project@2400c54
[Vectorize] Remove Transforms/Vectorize.h (#71294)

We should use "llvm/Transforms/Vectorize/LoadStoreVectorizer.h" instead
now, but we do not actually need it here.
  • Loading branch information
mbrkusanin authored Nov 7, 2023
1 parent 311635d commit 071f063
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llpc/lower/llpcSpirvLower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
#include "llvm/Transforms/Scalar/SimplifyCFG.h"
#include "llvm/Transforms/Utils.h"
#include "llvm/Transforms/Utils/Mem2Reg.h"
#include "llvm/Transforms/Vectorize.h"

#define DEBUG_TYPE "llpc-spirv-lower"

Expand Down

0 comments on commit 071f063

Please sign in to comment.