[clang] [llvm] [HLSL] Add `Increment`/`DecrementCounter` methods to structured buffers (PR #114148)
Justin Bogner via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 22 13:15:41 PST 2024
================
@@ -37,7 +37,7 @@ def int_dx_typedBufferStore
: DefaultAttrsIntrinsic<[], [llvm_any_ty, llvm_i32_ty, llvm_anyvector_ty],
[IntrWriteMem]>;
-def int_dx_updateCounter
+def int_dx_bufferUpdateCounter
----------------
bogner wrote:
We'll need to revisit this once we've agreed on https://github.com/llvm/wg-hlsl/pull/99, so I guess no changes needed for now, but I think we'll want to rename this `int_dx_resource_updatecounter` later.
https://github.com/llvm/llvm-project/pull/114148
More information about the cfe-commits
mailing list