Skip to content

Commit 4f7f998

Browse files
author
joaosaffran
committed
removing none as a flag option
1 parent f875555 commit 4f7f998

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

llvm/include/llvm/BinaryFormat/DXContainerConstants.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ ROOT_ELEMENT_FLAG(11, SamplerHeapDirectlyIndexed)
7878
// ROOT_DESCRIPTOR_FLAG(bit offset for the flag, name).
7979
#ifdef ROOT_DESCRIPTOR_FLAG
8080

81-
ROOT_DESCRIPTOR_FLAG(0, NONE)
8281
ROOT_DESCRIPTOR_FLAG(1, DATA_VOLATILE)
8382
ROOT_DESCRIPTOR_FLAG(2, DATA_STATIC_WHILE_SET_AT_EXECUTE)
8483
ROOT_DESCRIPTOR_FLAG(3, DATA_STATIC)

llvm/test/CodeGen/DirectX/ContainerData/RootSignature-RootDescriptor.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ attributes #0 = { "hlsl.numthreads"="1,1,1" "hlsl.shader"="compute" }
3131
; DXC-NEXT: Descriptor:
3232
; DXC-NEXT: RegisterSpace: 2
3333
; DXC-NEXT: ShaderRegister: 1
34-
; DXC: DATA_VOLATILE: true
34+
; DXC-NEXT: DATA_VOLATILE: true

0 commit comments

Comments
 (0)