[llvm-branch-commits] [DirectX] Lower `@llvm.dx.handle.fromBinding` to DXIL ops (PR #104251)
David Peixotto via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 21 15:41:45 PDT 2024
================
@@ -0,0 +1,61 @@
+; RUN: opt -S -dxil-op-lower %s | FileCheck %s
----------------
dmpots wrote:
I don't see tests for either
1. Unbounded resource arrays
2. Non-constant index into resource arrays
I think it would be good to have tests for these.
https://github.com/llvm/llvm-project/pull/104251
More information about the llvm-branch-commits
mailing list