We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166017c commit 0f0e8abCopy full SHA for 0f0e8ab
llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/fallback.ll
@@ -22,7 +22,7 @@ entry:
22
ret <vscale x 1 x i8> %a
23
}
24
25
-; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction{{.*}}scalable_inst
+; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: call:
26
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_inst
27
define <vscale x 1 x i8> @scalable_inst(i64 %0) nounwind {
28
entry:
@@ -35,7 +35,7 @@ entry:
35
36
37
38
-; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction{{.*}}scalable_alloca
+; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: alloca:
39
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_alloca
40
define void @scalable_alloca() #1 {
41
%local0 = alloca <vscale x 16 x i8>
0 commit comments