[clang] [llvm] [HLSL][DXIL] InterlockedOr and InterlockedOr64 builtins (PR #180804)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 14:54:58 PST 2026
================
@@ -910,6 +910,14 @@ def GetDimensions : DXILOp<72, getDimensions> {
let stages = [Stages<DXIL1_0, [all_stages]>];
}
+def AtomicBinOp : DXILOp<78, atomicBinOp> {
+ let Doc = "performs an atomic operation on a value in memory";
----------------
farzonl wrote:
doesn't this need a ` let intrinsics = [....`?
https://github.com/llvm/llvm-project/pull/180804
More information about the cfe-commits
mailing list