File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ class DXContainerGlobals : public llvm::ModulePass {
62
62
void getAnalysisUsage (AnalysisUsage &AU) const override {
63
63
AU.setPreservesAll ();
64
64
AU.addRequired <ShaderFlagsAnalysisWrapper>();
65
- AU.addRequired <RootSignatureAnalysisWrapper>();
66
65
AU.addRequired <DXILMetadataAnalysisWrapperPass>();
67
66
AU.addRequired <DXILResourceTypeWrapperPass>();
68
67
AU.addRequired <DXILResourceWrapperPass>();
68
+ AU.addPreserved <RootSignatureAnalysisWrapper>();
69
69
}
70
70
};
71
71
Original file line number Diff line number Diff line change 40
40
; CHECK-ASM-NEXT: Print Module IR
41
41
42
42
; CHECK-OBJ-NEXT: DXIL Embedder
43
- ; CHECK-OBJ-NEXT: DXIL Root Signature Analysis
44
43
; CHECK-OBJ-NEXT: DXContainer Global Emitter
45
44
; CHECK-OBJ-NEXT: FunctionPass Manager
46
45
; CHECK-OBJ-NEXT: Lazy Machine Block Frequency Analysis
You can’t perform that action at this time.
0 commit comments