[PATCH] D143534: [RISCV] Fix comment for Zba tests. NFC.

Philipp Tomsich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 16:01:13 PST 2023


philipp.tomsich created this revision.
philipp.tomsich added a reviewer: craig.topper.
Herald added subscribers: jobnoorman, luke, VincentWu, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, arichardson.
Herald added a project: All.
philipp.tomsich requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

The comments in the Zba tests were referring to the "bitmanip base"
extension (i.e., the Zbb).  Fix it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143534

Files:
  llvm/test/MC/RISCV/rv32zba-valid.s
  llvm/test/MC/RISCV/rv64zba-valid.s


Index: llvm/test/MC/RISCV/rv64zba-valid.s
===================================================================
--- llvm/test/MC/RISCV/rv64zba-valid.s
+++ llvm/test/MC/RISCV/rv64zba-valid.s
@@ -1,4 +1,4 @@
-# With Bitmanip base extension:
+# With Zba extension:
 # RUN: llvm-mc %s -triple=riscv64 -mattr=+zba -show-encoding \
 # RUN:     | FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ %s
 # RUN: llvm-mc -filetype=obj -triple=riscv64 -mattr=+zba < %s \
Index: llvm/test/MC/RISCV/rv32zba-valid.s
===================================================================
--- llvm/test/MC/RISCV/rv32zba-valid.s
+++ llvm/test/MC/RISCV/rv32zba-valid.s
@@ -1,4 +1,4 @@
-# With Bitmanip base extension:
+# With Zba extension:
 # RUN: llvm-mc %s -triple=riscv32 -mattr=+zba -show-encoding \
 # RUN:     | FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ %s
 # RUN: llvm-mc %s -triple=riscv64 -mattr=+zba -show-encoding \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143534.495671.patch
Type: text/x-patch
Size: 919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/a598d825/attachment.bin>


More information about the llvm-commits mailing list