Skip to content

Commit 0f0e8ab

Browse files
fix failing test
1 parent 166017c commit 0f0e8ab

File tree

1 file changed

+2
-2
lines changed
  • llvm/test/CodeGen/RISCV/GlobalISel/irtranslator

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/fallback.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ entry:
2222
ret <vscale x 1 x i8> %a
2323
}
2424

25-
; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction{{.*}}scalable_inst
25+
; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: call:
2626
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_inst
2727
define <vscale x 1 x i8> @scalable_inst(i64 %0) nounwind {
2828
entry:
@@ -35,7 +35,7 @@ entry:
3535
ret <vscale x 1 x i8> %a
3636
}
3737

38-
; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction{{.*}}scalable_alloca
38+
; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: alloca:
3939
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_alloca
4040
define void @scalable_alloca() #1 {
4141
%local0 = alloca <vscale x 16 x i8>

0 commit comments

Comments
 (0)