Replace #422: Remove the redundant location setting in AST->SPIR-V.
This was redundant in two ways: 1) it replicated algorithms owned in the front end, and 2) it sometimes left location information on both a block and its members.
This commit is contained in:
@@ -38,11 +38,8 @@ Warning, version 450 is not yet complete; most version-specific features are pre
|
||||
Decorate 11(TheBlock) Block
|
||||
Decorate 16(tcBlock) Location 12
|
||||
MemberDecorate 17(SingleBlock) 0 Patch
|
||||
MemberDecorate 17(SingleBlock) 0 Location 2
|
||||
MemberDecorate 17(SingleBlock) 1 Patch
|
||||
MemberDecorate 17(SingleBlock) 1 Location 3
|
||||
MemberDecorate 17(SingleBlock) 2 Patch
|
||||
MemberDecorate 17(SingleBlock) 2 Location 4
|
||||
Decorate 17(SingleBlock) Block
|
||||
Decorate 19(singleBlock) Location 2
|
||||
MemberDecorate 20(bn) 0 Patch
|
||||
|
||||
Reference in New Issue
Block a user