[llvm] [DXIL] Add GroupMemoryBarrierWithGroupSync intrinsic (PR #114349)

Adam Yang via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 17:20:28 PST 2024


================
@@ -308,6 +339,9 @@ class DXILOp<int opcode, DXILOpClass opclass> {
   // LLVM Intrinsic DXIL Operation maps to
   Intrinsic LLVMIntrinsic = ?;
 
+  // Non-trivial LLVM Intrinsics DXIL Operation maps to
+  list<IntrinsicSelect> intrinsic_selects = [];
+
----------------
adam-yang wrote:

Got rid of the old LLVMIntrinsic, everything goes through the same system now.

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


More information about the llvm-commits mailing list