[llvm] 4943e74 - fixup! [Remarks] Elaborate on called intrinsics (#143985)
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 17 10:51:22 PDT 2025
Author: Jon Roelofs
Date: 2025-06-17T10:51:07-07:00
New Revision: 4943e746909ddbf8845e7fa397a97b918bf777df
URL: https://github.com/llvm/llvm-project/commit/4943e746909ddbf8845e7fa397a97b918bf777df
DIFF: https://github.com/llvm/llvm-project/commit/4943e746909ddbf8845e7fa397a97b918bf777df.diff
LOG: fixup! [Remarks] Elaborate on called intrinsics (#143985)
Added:
Modified:
llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/fallback.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/fallback.ll b/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/fallback.ll
index 2ad068eb7dc3d..49276c9416234 100644
--- a/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/fallback.ll
+++ b/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/fallback.ll
@@ -9,7 +9,7 @@ declare <vscale x 1 x i8> @llvm.riscv.vadd.nxv1i8.nxv1i8(
<vscale x 1 x i8>,
i64)
-; FALLBACK_WITH_REPORT_ERR: <unknown>:0:0: unable to translate instruction: call:
+; FALLBACK_WITH_REPORT_ERR: <unknown>:0:0: unable to translate instruction: call
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_arg
define <vscale x 1 x i8> @scalable_arg(<vscale x 1 x i8> %0, <vscale x 1 x i8> %1, i64 %2) nounwind {
entry:
@@ -22,7 +22,7 @@ entry:
ret <vscale x 1 x i8> %a
}
-; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: call:
+; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: call
; FALLBACK-WITH-REPORT-OUT-LABEL: scalable_inst
define <vscale x 1 x i8> @scalable_inst(i64 %0) nounwind {
entry:
More information about the llvm-commits
mailing list