Skip to content

Commit 9488816

Browse files
committed
[RISCV] Fix comment for Zba tests. NFC.
The comments in the Zba tests were referring to the "bitmanip base" extension (i.e., the Zbb). Fix it. Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D143534
1 parent 19a5909 commit 9488816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/MC/RISCV/rv32zba-valid.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# With Bitmanip base extension:
1+
# With Zba extension:
22
# RUN: llvm-mc %s -triple=riscv32 -mattr=+zba -show-encoding \
33
# RUN: | FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ %s
44
# RUN: llvm-mc %s -triple=riscv64 -mattr=+zba -show-encoding \

llvm/test/MC/RISCV/rv64zba-valid.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# With Bitmanip base extension:
1+
# With Zba extension:
22
# RUN: llvm-mc %s -triple=riscv64 -mattr=+zba -show-encoding \
33
# RUN: | FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ %s
44
# RUN: llvm-mc -filetype=obj -triple=riscv64 -mattr=+zba < %s \

0 commit comments

Comments
 (0)