aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/zext-bool-add-sub.ll
AgeCommit message (Expand)Author
2017-10-13[InstCombine] allow zext(bool) + C --> select bool, C+1, C for vector typesSanjay Patel
2017-10-13[InstCombine] add tests for boolean extend + add; NFCSanjay Patel
2016-09-12add more tests for PR30273Sanjay Patel
2016-09-12[InstCombine] add test for PR30327Sanjay Patel
2016-09-12[InstCombine] regenerate checksSanjay Patel
2014-06-02Add back commit r210029.Rafael Espindola
2014-06-02Revert "Add the nsw flag when we detect that an add will not signed overflow."Rafael Espindola
2014-06-02Add the nsw flag when we detect that an add will not signed overflow.Rafael Espindola
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2013-01-21Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond
2012-06-26Remove a instcombine transform that (no longer?) makes sense:Evan Cheng
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
2009-07-13Fix bug in run-line.Eli Friedman
2009-07-13Canonicalize boolean +/- a constant to a select.Eli Friedman