summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/RISCV/inline-asm.ll
Commit message (Collapse)AuthorAgeFilesLines
* [RISCV] Peephole optimisation for load/store of global values or constant ↵Alex Bradbury2018-03-191-2/+1
| | | | | | | | | | | addresses (load (add base, off), 0) -> (load base, off) (store val, (add base, off)) -> (store val, base, off) This is similar to an equivalent peephole optimisation in PPCISelDAGToDAG. llvm-svn: 327831
* [RISCV] Implement frame pointer eliminationAlex Bradbury2018-01-181-28/+0
| | | | llvm-svn: 322839
* [RISCV] Add basic support for inline asm constraintsAlex Bradbury2018-01-101-0/+83
llvm-svn: 322217
OpenPOWER on IntegriCloud