Skip to content

Commit 15a6c1f

Browse files
committed
AS
1 parent b0fce9e commit 15a6c1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class AMDGPUSetWavePriorityLegacy : public MachineFunctionPass {
6666
bool runOnMachineFunction(MachineFunction &MF) override {
6767
if (skipFunction(MF.getFunction()))
6868
return false;
69+
6970
return AMDGPUSetWavePriority().run(MF);
7071
}
7172
};
@@ -113,6 +114,7 @@ llvm::AMDGPUSetWavePriorityPass::run(MachineFunction &MF,
113114
MachineFunctionAnalysisManager &MFAM) {
114115
if (!AMDGPUSetWavePriority().run(MF))
115116
return PreservedAnalyses::all();
117+
116118
return getMachineFunctionPassPreservedAnalyses();
117119
}
118120

0 commit comments

Comments
 (0)