aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/select-bitext.ll
AgeCommit message (Expand)Author
2017-01-15[InstCombine] use m_APInt to allow ashr folds for vectors with splat constantsSanjay Patel
2016-11-18[InstCombine] add tests to show likely unwanted select widening; NFCSanjay Patel
2016-11-11[InstCombine] add tests to show size-increasing select transformsSanjay Patel
2016-10-07[InstCombine] fold select X, (ext X), CSanjay Patel
2016-09-30[InstCombine] allow non-splat folds of select cond (ext X), CSanjay Patel
2016-09-30[InstCombine] add tests for non-splat select(ext)Sanjay Patel
2016-09-30[InstCombine] add tests for select X, (ext X), CSanjay Patel
2016-08-05[InstCombine] try to fold (select C, (sext A), B) into logical opsNicolai Haehnle
2016-08-03[InstCombine] Cleanup select-bitext.ll testsNicolai Haehnle
2016-08-03[InstCombine] Add select-bitext.ll testsNicolai Haehnle