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 ea6e1b3 commit 7ee8d54Copy full SHA for 7ee8d54
llvm/lib/Target/DirectX/DXIL.td
@@ -277,7 +277,6 @@ def IsFeedback : DXILAttribute;
277
def IsWave : DXILAttribute;
278
def NeedsUniformInputs : DXILAttribute;
279
def IsBarrier : DXILAttribute;
280
-def NoDuplicate : DXILAttribute;
281
282
class Overloads<Version ver, list<DXILOpParamType> ols> {
283
Version dxil_version = ver;
@@ -817,5 +816,5 @@ def Barrier : DXILOp<80, barrier> {
817
816
let arguments = [Int32Ty];
818
let result = VoidTy;
819
let stages = [Stages<DXIL1_0, [compute, library]>];
820
- let attributes = [Attributes<DXIL1_0, [NoDuplicate]>];
+ let attributes = [Attributes<DXIL1_0, []>];
821
}
0 commit comments