To make X86CondBrFoldingPass can be run with --run-pass option, this can test one wrong assertion on analyzeCompare function for SUB32ri when its operand is not imm
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D55412
Initialize and Register X86CondBrFoldingPass ClosedPublic Authored by Jianping on Dec 6 2018, 11:02 PM.
Details Summary To make X86CondBrFoldingPass can be run with --run-pass option, this can test one wrong assertion on analyzeCompare function for SUB32ri when its operand is not imm
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 6 2018, 11:11 PM Closed by commit rL348620: [X86] Initialize and Register X86CondBrFoldingPass (authored by ctopper). · Explain WhyDec 7 2018, 10:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 177247 llvm/trunk/lib/Target/X86/X86.h
llvm/trunk/lib/Target/X86/X86CondBrFolding.cpp
llvm/trunk/lib/Target/X86/X86TargetMachine.cpp
llvm/trunk/test/CodeGen/X86/test_x86condbr_globaladdr.mir
|