File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/CodeGen/RISCV/GlobalISel/irtranslator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
ret <vscale x 1 x i8 > %a
23
23
}
24
24
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:
26
26
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_inst
27
27
define <vscale x 1 x i8 > @scalable_inst (i64 %0 ) nounwind {
28
28
entry:
35
35
ret <vscale x 1 x i8 > %a
36
36
}
37
37
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:
39
39
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_alloca
40
40
define void @scalable_alloca () #1 {
41
41
%local0 = alloca <vscale x 16 x i8 >
You can’t perform that action at this time.
0 commit comments