aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/udiv_select_to_select_shift.ll
AgeCommit message (Expand)Author
2017-10-06[InstCombine] use correct type when propagating constant condition in simplif...Sanjay Patel
2016-11-11[InstCombine] update test to use FileCheck; NFCSanjay Patel
2009-09-08Convert a few more opt | llvm-dis to opt -S.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2008-07-14Fix PR2506 by being a bit more careful about reverse fact propagation whenChris Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-14For PR1319:Reid Spencer
2007-03-05Add a test case for a particular udiv/select transform.Reid Spencer