[clang] [llvm] [HLSL] Add SPIR-V version of getPointer. (PR #121963)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 07:11:21 PST 2025


================
@@ -118,6 +118,10 @@ let TargetPrefix = "spv" in {
       : DefaultAttrsIntrinsic<[llvm_i32_ty], [llvm_any_ty, llvm_i8_ty],
                               [IntrInaccessibleMemOrArgMemOnly]>;
 
+  def int_spv_resource_getpointer
----------------
s-perron wrote:

Also, the current name follows the rules it just does not match the proposed name.

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


More information about the llvm-commits mailing list