[PATCH] D120094: [CallingConv] Generate isArgumentRegister() predicate via tablegen

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 21 15:04:45 PST 2022


void updated this revision to Diff 410396.
void marked an inline comment as done.
void added a comment.

spelling


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120094

Files:
  llvm/lib/Target/RISCV/RISCVRegisterInfo.h


Index: llvm/lib/Target/RISCV/RISCVRegisterInfo.h
===================================================================
--- llvm/lib/Target/RISCV/RISCVRegisterInfo.h
+++ llvm/lib/Target/RISCV/RISCVRegisterInfo.h
@@ -70,7 +70,7 @@
   unsigned getRegisterCostTableIndex(const MachineFunction &MF) const override;
 
   bool isCCArgumentReg(MachineFunction &, MCRegister) const override {
-    llvm_unreachable("isCCArgumentReg not implmented for RISCV");
+    llvm_unreachable("isCCArgumentReg not implemented for RISCV");
     return false;
   }
 };


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120094.410396.patch
Type: text/x-patch
Size: 545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220221/e02c75b4/attachment.bin>


More information about the llvm-commits mailing list