summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/cmp-add-fold.ll
AgeCommit message (Expand)Author
2017-02-17In Thumb1 mode, the custom lowering for ARMISD::CMPZ could never emit tADDi3Artyom Skrobov
2016-09-09[Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)James Molloy