diff --git a/llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll b/llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll --- a/llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll +++ b/llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll @@ -168,7 +168,7 @@ ret i32 %or } -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of Bitmanip extensions ; extension introduce instructions suitable for this pattern. declare i64 @llvm.fshl.i64(i64, i64, i64) @@ -276,7 +276,7 @@ ret i32 %or } -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. declare i64 @llvm.fshr.i64(i64, i64, i64) diff --git a/llvm/test/CodeGen/RISCV/rv32zbb.ll b/llvm/test/CodeGen/RISCV/rv32zbb.ll --- a/llvm/test/CodeGen/RISCV/rv32zbb.ll +++ b/llvm/test/CodeGen/RISCV/rv32zbb.ll @@ -502,7 +502,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @min_i64(i64 %a, i64 %b) nounwind { @@ -563,7 +563,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @max_i64(i64 %a, i64 %b) nounwind { @@ -624,7 +624,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @minu_i64(i64 %a, i64 %b) nounwind { @@ -685,7 +685,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @maxu_i64(i64 %a, i64 %b) nounwind { diff --git a/llvm/test/CodeGen/RISCV/rv32zbp.ll b/llvm/test/CodeGen/RISCV/rv32zbp.ll --- a/llvm/test/CodeGen/RISCV/rv32zbp.ll +++ b/llvm/test/CodeGen/RISCV/rv32zbp.ll @@ -2854,7 +2854,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @pack_i64(i64 %a, i64 %b) nounwind { @@ -2894,7 +2894,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @packu_i64(i64 %a, i64 %b) nounwind { diff --git a/llvm/test/CodeGen/RISCV/rv32zbs.ll b/llvm/test/CodeGen/RISCV/rv32zbs.ll --- a/llvm/test/CodeGen/RISCV/rv32zbs.ll +++ b/llvm/test/CodeGen/RISCV/rv32zbs.ll @@ -132,7 +132,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @bset_i64(i64 %a, i64 %b) nounwind { @@ -211,7 +211,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @binv_i64(i64 %a, i64 %b) nounwind { @@ -274,7 +274,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet any matching bit manipulation instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions suitable for this pattern. define i64 @bext_i64(i64 %a, i64 %b) nounwind { diff --git a/llvm/test/CodeGen/RISCV/rv32zbt.ll b/llvm/test/CodeGen/RISCV/rv32zbt.ll --- a/llvm/test/CodeGen/RISCV/rv32zbt.ll +++ b/llvm/test/CodeGen/RISCV/rv32zbt.ll @@ -332,7 +332,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet an efficient pattern-matching with bit manipulation ; instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions that can match more efficiently this pattern. declare i64 @llvm.fshl.i64(i64, i64, i64) @@ -407,7 +407,7 @@ ; As we are not matching directly i64 code patterns on RV32 some i64 patterns ; don't have yet an efficient pattern-matching with bit manipulation ; instructions on RV32. -; This test is presented here in case future expansions of the experimental-b +; This test is presented here in case future expansions of the Bitmanip extensions ; extension introduce instructions that can match more efficiently this pattern. declare i64 @llvm.fshr.i64(i64, i64, i64) diff --git a/llvm/test/MC/RISCV/rv32zba-invalid.s b/llvm/test/MC/RISCV/rv32zba-invalid.s --- a/llvm/test/MC/RISCV/rv32zba-invalid.s +++ b/llvm/test/MC/RISCV/rv32zba-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,zba < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+zba < %s 2>&1 | FileCheck %s # Too few operands sh1add t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv32zbb-invalid.s b/llvm/test/MC/RISCV/rv32zbb-invalid.s --- a/llvm/test/MC/RISCV/rv32zbb-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbb-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,zbb < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+zbb < %s 2>&1 | FileCheck %s # Too many operands clz t0, t1, t2 # CHECK: :[[@LINE]]:13: error: invalid operand for instruction diff --git a/llvm/test/MC/RISCV/rv32zbbp-invalid.s b/llvm/test/MC/RISCV/rv32zbbp-invalid.s --- a/llvm/test/MC/RISCV/rv32zbbp-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbbp-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,zbb,experimental-zbp < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+zbb,+experimental-zbp < %s 2>&1 | FileCheck %s # Too few operands andn t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv32zbc-invalid.s b/llvm/test/MC/RISCV/rv32zbc-invalid.s --- a/llvm/test/MC/RISCV/rv32zbc-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbc-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,zbc < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+zbc < %s 2>&1 | FileCheck %s # Too few operands clmul t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv32zbe-invalid.s b/llvm/test/MC/RISCV/rv32zbe-invalid.s --- a/llvm/test/MC/RISCV/rv32zbe-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbe-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,experimental-zbe < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-zbe < %s 2>&1 | FileCheck %s # Too few operands bdecompress t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv32zbf-invalid.s b/llvm/test/MC/RISCV/rv32zbf-invalid.s --- a/llvm/test/MC/RISCV/rv32zbf-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbf-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,experimental-zbf < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-zbf < %s 2>&1 | FileCheck %s # Too few operands bfp t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv32zbp-invalid.s b/llvm/test/MC/RISCV/rv32zbp-invalid.s --- a/llvm/test/MC/RISCV/rv32zbp-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbp-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,experimental-zbp < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-zbp < %s 2>&1 | FileCheck %s # Too few operands gorc t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv32zbr-invalid.s b/llvm/test/MC/RISCV/rv32zbr-invalid.s --- a/llvm/test/MC/RISCV/rv32zbr-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbr-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,experimental-zbr < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-zbr < %s 2>&1 | FileCheck %s # Too many operands crc32.b t0, t1, t2 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction diff --git a/llvm/test/MC/RISCV/rv32zbs-invalid.s b/llvm/test/MC/RISCV/rv32zbs-invalid.s --- a/llvm/test/MC/RISCV/rv32zbs-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbs-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,zbs < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+zbs < %s 2>&1 | FileCheck %s # Too few operands bclr t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv32zbt-invalid.s b/llvm/test/MC/RISCV/rv32zbt-invalid.s --- a/llvm/test/MC/RISCV/rv32zbt-invalid.s +++ b/llvm/test/MC/RISCV/rv32zbt-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,experimental-zbt < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-zbt < %s 2>&1 | FileCheck %s # Too few operands cmix t0, t1, t2 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv64zba-invalid.s b/llvm/test/MC/RISCV/rv64zba-invalid.s --- a/llvm/test/MC/RISCV/rv64zba-invalid.s +++ b/llvm/test/MC/RISCV/rv64zba-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,zba < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+zba < %s 2>&1 | FileCheck %s # Too few operands slli.uw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv64zbb-invalid.s b/llvm/test/MC/RISCV/rv64zbb-invalid.s --- a/llvm/test/MC/RISCV/rv64zbb-invalid.s +++ b/llvm/test/MC/RISCV/rv64zbb-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,zbb < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+zbb < %s 2>&1 | FileCheck %s # Too many operands clzw t0, t1, t2 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction diff --git a/llvm/test/MC/RISCV/rv64zbbp-invalid.s b/llvm/test/MC/RISCV/rv64zbbp-invalid.s --- a/llvm/test/MC/RISCV/rv64zbbp-invalid.s +++ b/llvm/test/MC/RISCV/rv64zbbp-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,zbb,experimental-zbp < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+zbb,+experimental-zbp < %s 2>&1 | FileCheck %s # Too few operands rolw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv64zbe-invalid.s b/llvm/test/MC/RISCV/rv64zbe-invalid.s --- a/llvm/test/MC/RISCV/rv64zbe-invalid.s +++ b/llvm/test/MC/RISCV/rv64zbe-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,experimental-zbe < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-zbe < %s 2>&1 | FileCheck %s # Too few operands bdecompressw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv64zbf-invalid.s b/llvm/test/MC/RISCV/rv64zbf-invalid.s --- a/llvm/test/MC/RISCV/rv64zbf-invalid.s +++ b/llvm/test/MC/RISCV/rv64zbf-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,experimental-zbf < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-zbf < %s 2>&1 | FileCheck %s # Too few operands bfpw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv64zbm-invalid.s b/llvm/test/MC/RISCV/rv64zbm-invalid.s --- a/llvm/test/MC/RISCV/rv64zbm-invalid.s +++ b/llvm/test/MC/RISCV/rv64zbm-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,experimental-zbm < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-zbm < %s 2>&1 | FileCheck %s # Too many operands bmatflip t0, t1, t2 # CHECK: :[[@LINE]]:18: error: invalid operand for instruction diff --git a/llvm/test/MC/RISCV/rv64zbp-invalid.s b/llvm/test/MC/RISCV/rv64zbp-invalid.s --- a/llvm/test/MC/RISCV/rv64zbp-invalid.s +++ b/llvm/test/MC/RISCV/rv64zbp-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,experimental-zbp < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-zbp < %s 2>&1 | FileCheck %s # Too few operands gorcw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction diff --git a/llvm/test/MC/RISCV/rv64zbr-invalid.s b/llvm/test/MC/RISCV/rv64zbr-invalid.s --- a/llvm/test/MC/RISCV/rv64zbr-invalid.s +++ b/llvm/test/MC/RISCV/rv64zbr-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,experimental-zbr < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-zbr < %s 2>&1 | FileCheck %s # Too many operands crc32.d t0, t1, t2 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction diff --git a/llvm/test/MC/RISCV/rv64zbt-invalid.s b/llvm/test/MC/RISCV/rv64zbt-invalid.s --- a/llvm/test/MC/RISCV/rv64zbt-invalid.s +++ b/llvm/test/MC/RISCV/rv64zbt-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-b,experimental-zbt < %s 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple riscv64 -mattr=+experimental-zbt < %s 2>&1 | FileCheck %s # Too few operands fslw t0, t1, t2 # CHECK: :[[@LINE]]:1: error: too few operands for instruction