summaryrefslogtreecommitdiff
path: root/clang/test
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-01-10 19:02:14 +0000
committerCraig Topper <craig.topper@intel.com>2019-01-10 19:02:14 +0000
commit3bdcb479cea4860f693fe95a95ebc8e8c4dc3656 (patch)
treec8d8597022004af1aedd7c5f0b44c9cf739daa87 /clang/test
parent2e6e492b87e740b63a49fe5d2eecdf694db81699 (diff)
[X86] Simplify the BRCOND handling for FCMP_UNE.
Despite what the comment says, FCMP_UNE would be an OR not an AND. In the lowering code the first branch created still goes to the original destination. The second branch was exchanged to go to where the subsequent unconditional branch went. This is different than what we do for FCMP_OEQ where both branches that we create go to the original unconditional branch. As far as I can tell, I think this means we don't need to exchange the branch target with the unconditional branch for FCMP_UNE at all. Differential Revision: https://reviews.llvm.org/D56309
Diffstat (limited to 'clang/test')
0 files changed, 0 insertions, 0 deletions