[llvm-branch-commits] [DirectX] Lower `@llvm.dx.typedBufferLoad` to DXIL ops (PR #104252)

Damyan Pepper via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 9 11:51:49 PDT 2024


================
@@ -30,6 +30,9 @@ def int_dx_handle_fromBinding
           [llvm_i32_ty, llvm_i32_ty, llvm_i32_ty, llvm_i32_ty, llvm_i1_ty],
           [IntrNoMem]>;
 
+def int_dx_typedBufferLoad
----------------
damyanp wrote:

Should I expect to find the `checkbit` version in here as well?

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


More information about the llvm-branch-commits mailing list