summaryrefslogtreecommitdiff
path: root/test/Analysis/ConstantFolding
AgeCommit message (Expand)Author
2017-10-24[ConstantFolding] Avoid assert when folding ptrtoint of vectorized GEPBjorn Pettersson
2017-06-06[InstSimplify] Constant fold the new GEP in SimplifyGEPInst.Joey Gouly
2017-03-21[ConstantFolding] Fix to prevent constant folding having to repeatedly scan o...David Green
2017-03-08[ConstantFold] Fix defect in constant folding computation for GEPJaved Absar
2016-12-21[ConstantFolding] Fix vector GEPs harderMichael Kuperstein
2016-12-08ConstantFolding: Don't crash when encountering vector GEPKeno Fischer
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne