[RISCV] Fix bad CHECK prefix in rv32zbkb-valid.s.

"pack t0, t1, zero" disassembles to "pack t0, t1, zero" with Zbkb
not "zext.h t0, t1"

Part of the test was using a CHECK prefix that doesn't appear on
the RUN line.
This commit is contained in:
Craig Topper 2022-01-30 13:58:21 -08:00
parent 2f18b02de7
commit 491403c11d
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ orn t0, t1, t2
# CHECK-ASM: encoding: [0xb3,0x42,0x73,0x40]
xnor t0, t1, t2
# CHECK-ASM: pack t0, t1, zero
# CHECK-OBJ: zext.h t0, t1
# CHECK-ASM-AND-OBJ: pack t0, t1, zero
# CHECK-ASM: encoding: [0xb3,0x42,0x03,0x08]
pack t0, t1, x0
# CHECK-ASM-AND-OBJ: packh t0, t1, t2