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

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 25 13:53:01 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
----------------
rnk wrote:

Fair, but that's a pre-existing test coverage gap. This stuff relies on shared infrastructure. How much testing of immarg do we need, especially for a feature which was never productionized?

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


More information about the llvm-commits mailing list