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 127ac31 commit 6bc9746Copy full SHA for 6bc9746
llvm/lib/Target/DirectX/DXIL.td
@@ -278,7 +278,6 @@ def IsFeedback : DXILAttribute;
278
def IsWave : DXILAttribute;
279
def NeedsUniformInputs : DXILAttribute;
280
def IsBarrier : DXILAttribute;
281
-def NoDuplicate : DXILAttribute;
282
283
class Overloads<Version ver, list<DXILOpParamType> ols> {
284
Version dxil_version = ver;
@@ -836,5 +835,5 @@ def Barrier : DXILOp<80, barrier> {
836
835
let arguments = [Int32Ty];
837
let result = VoidTy;
838
let stages = [Stages<DXIL1_0, [compute, library]>];
839
- let attributes = [Attributes<DXIL1_0, [NoDuplicate]>];
+ let attributes = [Attributes<DXIL1_0, []>];
840
}
0 commit comments