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 7782046 commit 259deddCopy full SHA for 259dedd
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;
@@ -827,5 +826,5 @@ def Barrier : DXILOp<80, barrier> {
827
826
let arguments = [Int32Ty];
828
let result = VoidTy;
829
let stages = [Stages<DXIL1_0, [compute, library]>];
830
- let attributes = [Attributes<DXIL1_0, [NoDuplicate]>];
+ let attributes = [Attributes<DXIL1_0, []>];
831
}
0 commit comments