Skip to content

Commit 3c296ab

Browse files
authored
Bumping llvm to include a loop unroller fix: llvm/llvm-project#114573. This is needed for subsequent loop unroller upstreaming work.
1 parent af0a9f2 commit 3c296ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b74e588e1f460eb48ceb1a30cf8ac870b7537dcc
1+
fa57c7a6a5f594a9e3ae2dbe3542cf89a20cdd73

test/lib/Instrumentation/GPUHello.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bool GpuHello::runOnModule(Module &module) {
6161

6262
PassPluginLibraryInfo getPassPluginInfo() {
6363
const auto callback = [](PassBuilder &pb) {
64-
pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto) {
64+
pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto, auto) {
6565
mpm.addPass(GpuHello());
6666
return true;
6767
});

0 commit comments

Comments
 (0)