Skip to content

Commit a406a8d

Browse files
committed
fix tests
1 parent 6e73065 commit a406a8d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

clang/test/Driver/print-supported-extensions-riscv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
// CHECK-NEXT: xwchc 2.2 'Xwchc' (WCH/QingKe additional compressed opcodes)
181181
// CHECK-EMPTY:
182182
// CHECK-NEXT: Experimental extensions
183+
// CHECK-NEXT: p 0.12 'P' ('Base P' (Packed SIMD))
183184
// CHECK-NEXT: zicfilp 1.0 'Zicfilp' (Landing pad)
184185
// CHECK-NEXT: zicfiss 1.0 'Zicfiss' (Shadow stack)
185186
// CHECK-NEXT: zalasr 0.1 'Zalasr' (Load-Acquire and Store-Release Instructions)

llvm/test/CodeGen/RISCV/attributes.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
; RV64SSCTR: .attribute 5, "rv64i2p1_sscsrind1p0_ssctr1p0"
616616
; RV64SDEXT: .attribute 5, "rv64i2p1_sdext1p0"
617617
; RV64SDTRIG: .attribute 5, "rv64i2p1_sdtrig1p0"
618-
; RV64P: .attribute 5, "rv64i2p1_p1p0"
618+
; RV64P: .attribute 5, "rv64i2p1_p0p12"
619619

620620
; RVI20U32: .attribute 5, "rv32i2p1"
621621
; RVI20U64: .attribute 5, "rv64i2p1"

llvm/test/MC/RISCV/attribute-arch.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@
474474
.attribute arch, "rv32i_sdtrig1p0"
475475
# CHECK: attribute 5, "rv32i2p1_sdtrig1p0"
476476

477-
.attribute arch, "rv32i_p1p0"
477+
.attribute arch, "rv32i_p0p12"
478478
# CHECK: attribute 5, "rv32i2p1_p0p12"
479479

480-
.attribute arch, "rv64i_p1p0"
480+
.attribute arch, "rv64i_p0p12"
481481
# CHECK: attribute 5, "rv64i2p1_p0p12"

0 commit comments

Comments
 (0)