aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and-fcmp.ll
AgeCommit message (Expand)Author
2017-09-12[InstCombine] move related tests together; NFC Sanjay Patel
2017-09-05[ValueTracking, InstCombine] canonicalize fcmp ord/uno with non-NAN ops to nu...Sanjay Patel
2017-09-03[InstCombine] add tests for fcmp ord/uno canonicalization; NFCSanjay Patel
2016-06-29[InstCombine] Simplify and correct folding fcmps with the same childrenTim Shen
2016-06-29[InstCombine, NFC] Change the generated variable names by creating new instru...Tim Shen
2016-06-29[InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmpsTim Shen
2016-06-28minimize regression tests and update checksSanjay Patel
2013-04-12InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer
2012-10-02Fix broken tests.Benjamin Kramer
2012-06-14InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren
2012-06-06Fix combine of uno && ord -> false so that the ordering of the fcmps doesn'tChad Rosier
2012-06-06Remove extraneous CHECK-NOTs from previous commit and add a new test case.Chad Rosier
2012-06-06FileCheckize this test.Chad Rosier
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-10-14- Somehow I forgot about one / une.Evan Cheng
2008-10-14Optimize anding of two fcmp into a single fcmp if the operands are the same. ...Evan Cheng