Skip to content

Commit

Permalink
[BACKEND] Update llvm to llvm/llvm-project@fa57c7a6a5f594a9e3ae2dbe35… (
Browse files Browse the repository at this point in the history
triton-lang#5064)

Bumping llvm to include a loop unroller fix:
llvm/llvm-project#114573. This is needed for
subsequent loop unroller upstreaming work.
  • Loading branch information
htyu authored and Luosuu committed Nov 13, 2024
1 parent db1b6ed commit 6dcdedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/llvm-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b74e588e1f460eb48ceb1a30cf8ac870b7537dcc
fa57c7a6a5f594a9e3ae2dbe3542cf89a20cdd73
2 changes: 1 addition & 1 deletion test/lib/Instrumentation/GPUHello.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bool GpuHello::runOnModule(Module &module) {

PassPluginLibraryInfo getPassPluginInfo() {
const auto callback = [](PassBuilder &pb) {
pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto) {
pb.registerOptimizerLastEPCallback([&](ModulePassManager &mpm, auto, auto) {
mpm.addPass(GpuHello());
return true;
});
Expand Down

0 comments on commit 6dcdedf

Please sign in to comment.