[llvm] [IR] Use immarg for preallocated intrinsics (NFC) (PR #155835)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 25 06:22:45 PDT 2025


================
@@ -65,7 +65,7 @@ define void @preallocated_one_call() {
     ret void
 }
 
-; CHECK: must be a constant
+; CHECK: immarg operand has non-immediate parameter
----------------
arsenm wrote:

Missing test for the call_preallocated_arg case?

https://github.com/llvm/llvm-project/pull/155835


More information about the llvm-commits mailing list