Skip to content

Commit 0aec4b4

Browse files
committed
Quick fix for bot failure on "AMDGPU/SIInsertSkips: Fix the determination of whether early-exit-after-kill is possible"
Apparently the dominator tree update is incorrect, will investigate. Change-Id: Ie76f8d11b22a552af1f098c893773f3d85e02d4f
1 parent 38b4516 commit 0aec4b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SIInsertSkips.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ class SIInsertSkips : public MachineFunctionPass {
8383

8484
void getAnalysisUsage(AnalysisUsage &AU) const override {
8585
AU.addRequired<MachineDominatorTree>();
86-
AU.addPreserved<MachineDominatorTree>();
8786
MachineFunctionPass::getAnalysisUsage(AU);
8887
}
8988
};

0 commit comments

Comments
 (0)