aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/or-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] Add full tests for FoldAndOfFCmps and FoldOrOfFCmpsTim Shen
2016-06-28minimize regression tests and update checksSanjay Patel
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2011-01-21Just because we have determined that an (fcmp | fcmp) is true for A < B,Owen Anderson
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-14Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible.Evan Cheng