[llvm] [DirectX] Introduce the DXILResourceAccess pass (PR #116726)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 15:05:01 PST 2024


================
@@ -10,10 +10,11 @@
 ; CHECK-NEXT:   DXIL Intrinsic Expansion
 ; CHECK-NEXT:   DXIL Data Scalarization
 ; CHECK-NEXT:   DXIL Array Flattener
+; CHECK-NEXT:   DXIL Resource analysis
----------------
bogner wrote:

It's required by the DXILResourceAccess pass, so it gets scheduled before that pass.

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


More information about the llvm-commits mailing list