[PATCH] D158261: [RISCV][NFC] Rename CVROR, NFC

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 19 23:36:26 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfe42682e7818: [RISCV][NFC] Rename CVROR, NFC (authored by Qihan Cai <qcai8733 at uni.sydney.edu.au>).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158261

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td


Index: llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
+++ llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
@@ -62,7 +62,7 @@
   def CV_BCLRR : CVBitManipRR<0b0011100, "cv.bclrr">;
   def CV_BSETR : CVBitManipRR<0b0011101, "cv.bsetr">;
 
-  def CVROR : CVBitManipRR<0b0100000, "cv.ror">;
+  def CV_ROR : CVBitManipRR<0b0100000, "cv.ror">;
   def CV_FF1 : CVBitManipR<0b0100001, "cv.ff1">;
   def CV_FL1 : CVBitManipR<0b0100010, "cv.fl1">;
   def CV_CLB : CVBitManipR<0b0100011, "cv.clb">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158261.551805.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230820/9c38dc0d/attachment.bin>


More information about the llvm-commits mailing list