aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/NaryReassociate
AgeCommit message (Expand)Author
2018-05-24[NaryReassociate] Detect deleted instr with WeakVHKarl-Johan Karlsson
2018-03-07Add early exit on reassociation of 0 expression.Evgeny Stupachenko
2016-12-19Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper
2016-12-15Make processing @llvm.assume more efficient by using operand bundlesHal Finkel
2016-07-21[PM] Port NaryReassociate to the new PMWei Mi
2015-12-18[NaryReassociate] allow candidate to have a different typeJingyue Wu
2015-10-01[NaryReassociate] SeenExprs records WeakVHJingyue Wu
2015-09-16[NaryReassociate] Improve test CHECKMehdi Amini
2015-09-15[NaryReassociate] Add support for Mul instructionsMarcello Maggioni
2015-07-01[NaryReassociate] enhances nsw by leveraging @llvm.assumeJingyue Wu
2015-05-28[NaryReassociate] Run EarlyCSE after NaryReassociateJingyue Wu
2015-05-21[NaryReassoc] reassociate GEP for CSEJingyue Wu
2015-05-13[NaryReassociate] avoid running foreverJingyue Wu
2015-04-24Resurrect r235688Jingyue Wu
2015-04-24Revert r235688Jingyue Wu
2015-04-24[NVPTX] enable NaryReassociate in NVPTXJingyue Wu
2015-04-17[NaryReassociate] run NaryReassociate iterativelyJingyue Wu
2015-04-16[NaryReassociate] speeds up candidate searchingJingyue Wu
2015-04-14Simplify n-ary adds by reassociationJingyue Wu