commit | cfa6291bb1ae1d1d66467b662169af9453b7d846 | [log] [tgz] |
---|---|---|
author | Alex Bradbury <asb@lowrisc.org> | Wed Nov 08 12:20:01 2017 +0000 |
committer | Alex Bradbury <asb@lowrisc.org> | Wed Nov 08 12:20:01 2017 +0000 |
tree | f270e27c3ec2e0e8e02d59aa0af49a8d0c0e9647 | |
parent | 0f0e1b54f07bb63ca8da28399028e2d5387ce500 [diff] |
[RISCV] Codegen support for memory operations This required the implementation of RISCVTargetInstrInfo::copyPhysReg. Support for lowering global addresses follow in the next patch. Differential Revision: https://reviews.llvm.org/D29934 llvm-svn: 317685