Files
clang-p2996/llvm/test/CodeGen/Thumb2
James Molloy 4d86bed0bb [Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)
The CMPZ #0 disappears during peepholing, leaving just a tADDi3, tADDi8 or t2ADDri. This avoids having to materialize the expensive negative constant in Thumb-1, and allows a shrinking from a 32-bit CMN to a 16-bit ADDS in Thumb-2.

llvm-svn: 281040
2016-09-09 12:52:24 +00:00
..
2016-01-28 18:59:04 +00:00
2015-04-09 14:07:28 +00:00
2016-06-16 16:09:53 +00:00