[llvm-branch-commits] [llvm] [DirectX] Lower `llvm.dx.resource.handlefromheap` intrinsic (PR #216459)
Deric C. via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 20 10:59:59 PDT 2026
================
@@ -0,0 +1,16 @@
+; RUN: not opt -S -passes=verify %s -disable-output 2>&1 | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+; CHECK; immarg operand has non-immediate parameter
----------------
Icohedron wrote:
[ISSUE] Typo in test assertion
```suggestion
; CHECK: immarg operand has non-immediate parameter
```
https://github.com/llvm/llvm-project/pull/216459
More information about the llvm-branch-commits
mailing list