[llvm] 9488816 - [RISCV] Fix comment for Zba tests. NFC.
Philipp Tomsich via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 22:57:45 PST 2023
Author: Philipp Tomsich
Date: 2023-02-08T07:57:27+01:00
New Revision: 94888161c7d9133bf6f32ae0d47a4fb0f41985f2
URL: https://github.com/llvm/llvm-project/commit/94888161c7d9133bf6f32ae0d47a4fb0f41985f2
DIFF: https://github.com/llvm/llvm-project/commit/94888161c7d9133bf6f32ae0d47a4fb0f41985f2.diff
LOG: [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
Added:
Modified:
llvm/test/MC/RISCV/rv32zba-valid.s
llvm/test/MC/RISCV/rv64zba-valid.s
Removed:
################################################################################
diff --git a/llvm/test/MC/RISCV/rv32zba-valid.s b/llvm/test/MC/RISCV/rv32zba-valid.s
index 2090bc587652..08e6e7cdabb5 100644
--- a/llvm/test/MC/RISCV/rv32zba-valid.s
+++ b/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 \
diff --git a/llvm/test/MC/RISCV/rv64zba-valid.s b/llvm/test/MC/RISCV/rv64zba-valid.s
index fe5c223f97f1..34c81ff664f8 100644
--- a/llvm/test/MC/RISCV/rv64zba-valid.s
+++ b/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 \
More information about the llvm-commits
mailing list