[llvm] [DXIL] Add GroupMemoryBarrierWithGroupSync intrinsic (PR #114349)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 09:59:58 PST 2024
================
@@ -305,8 +356,8 @@ class DXILOp<int opcode, DXILOpClass opclass> {
// Class of DXIL Operation.
DXILOpClass OpClass = opclass;
- // LLVM Intrinsic DXIL Operation maps to
- Intrinsic LLVMIntrinsic = ?;
+ // LLVM Intrinsics DXIL Operation maps from
+ list<IntrinSelect> intrinsic_selects = [];
----------------
bogner wrote:
I don't think "_selects" is adding much to the name now that we don't need to differentiate it from the other way of specifying intrinsics. Just "intrinsic" is probably fine.
https://github.com/llvm/llvm-project/pull/114349
More information about the llvm-commits
mailing list