[InstCombine] add assertion that InstSimplify has folded a fabs+fcmp; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 31 Oct 2018 15:31:45 +0000 (15:31 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 31 Oct 2018 15:31:45 +0000 (15:31 +0000)
commitb9fe3fbb57c253ab341a95d2c87cb89090a55854
tree1636f2b22f05815d748d53823a2116e5410e5454
parent84484609751c52fb7ab087d79e13e87f10fa5287
[InstCombine] add assertion that InstSimplify has folded a fabs+fcmp; NFC

The 'OLT' case was updated at rL266175, so I assume it was just an
oversight that 'UGE' was not included because that patch handled
both predicates in InstSimplify.

llvm-svn: 345727
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp