[PATCH] D69130: [RISCV] Implement the TargetLowering::getRegisterByName hook

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 15:28:23 PDT 2019


luismarques updated this revision to Diff 225963.
luismarques added a comment.

Tweaks the `get-register-reserve.ll` test, including addressing @lenary's concern of testing that the `fp` register name is properly accepted.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69130/new/

https://reviews.llvm.org/D69130

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/get-register-invalid.ll
  llvm/test/CodeGen/RISCV/get-register-noreserve.ll
  llvm/test/CodeGen/RISCV/get-register-reserve.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69130.225963.patch
Type: text/x-patch
Size: 4828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191021/9a20de3c/attachment-0001.bin>


More information about the llvm-commits mailing list