We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ead3e commit 91f6962Copy full SHA for 91f6962
llvm/lib/Target/DirectX/DXIL.td
@@ -357,7 +357,7 @@ class DXILOp<int opcode, DXILOpClass opclass> {
357
DXILOpClass OpClass = opclass;
358
359
// LLVM Intrinsics DXIL Operation maps from
360
- list<IntrinWithArgs> intrinsic_selects = [];
+ list<IntrinSelect> intrinsic_selects = [];
361
362
// Result type of the op
363
DXILOpParamType result;
@@ -968,7 +968,7 @@ def WaveAllBitCount : DXILOp<135, waveAllOp> {
968
def Barrier : DXILOp<80, barrier> {
969
let Doc = "inserts a memory barrier in the shader";
970
let intrinsic_selects = [
971
- IntrinWithArgs<
+ IntrinSelect<
972
int_dx_group_memory_barrier_with_group_sync,
973
[ IntrinArgI32<BarrierMode_GroupMemoryBarrierWithGroupSync> ]>,
974
];
0 commit comments