[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,33 @@
+; RUN: opt -S -passes=dxil-op-lower %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+declare i32 @some_val();
+
+define void @test_with_nuri() {
+
+ %val = call i32 @some_val()
+ %foo = alloca i32, align 4
----------------
Icohedron wrote:
[NIT] Dead variable in test
```suggestion
```
https://github.com/llvm/llvm-project/pull/216459
More information about the llvm-branch-commits
mailing list