Files
llvm/lib/Target/RISCV
Alex Bradbury 199c0d32e9 [RISCV] Compress addiw rd, x0, simm6 to c.li rd, simm6
A pattern was present for addi rd, x0, simm6 but not addiw which is
semantically identical when the source register is x0. This patch addresses
that, and the benefit can be seen in rv64c-aliases-valid.s.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343911 91177308-0d34-0410-b5e6-96231b3b80d8
2018-10-06 06:09:46 +00:00
..
2017-11-16 18:39:31 +00:00
2018-08-02 05:38:18 +00:00