Skip to content

Commit 4943e74

Browse files
committed
fixup! [Remarks] Elaborate on called intrinsics (#143985)
1 parent 7ea710f commit 4943e74

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
@@ -9,7 +9,7 @@ declare <vscale x 1 x i8> @llvm.riscv.vadd.nxv1i8.nxv1i8(
99
<vscale x 1 x i8>,
1010
i64)
1111

12-
; FALLBACK_WITH_REPORT_ERR: <unknown>:0:0: unable to translate instruction: call:
12+
; FALLBACK_WITH_REPORT_ERR: <unknown>:0:0: unable to translate instruction: call
1313
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_arg
1414
define <vscale x 1 x i8> @scalable_arg(<vscale x 1 x i8> %0, <vscale x 1 x i8> %1, i64 %2) nounwind {
1515
entry:
@@ -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: call:
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:

0 commit comments

Comments
 (0)