An explanation of the problem in https://llvm.org/bugs/show_bug.cgi?id=27750.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D20288
Fix for PR27750. Correctly handle the case where the FallThrough block == TBB in getFallThroughMBB. ClosedPublic Authored by DavidKreitzer on May 16 2016, 10:05 AM.
Details
Diff Detail
Event TimelineDavidKreitzer retitled this revision from to Fix for PR27750. Correctly handle the case where the FallThrough block == TBB in getFallThroughMBB.. DavidKreitzer updated this object. This revision is now accepted and ready to land.May 16 2016, 10:16 AM Closed by commit rL269760: Fix for PR27750. Correctly handle the case where the fallthrough block and (authored by dlkreitz). · Explain WhyMay 17 2016, 5:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 57468 llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
llvm/trunk/test/CodeGen/X86/fp-une-cmp.ll
|