[PATCH] D143518: [DirectX backend] add pass to collect Resource information from dxil metadata.
Xiang Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 06:47:52 PST 2023
python3kgae abandoned this revision.
python3kgae added a comment.
Add
void getAnalysisUsage(AnalysisUsage &AU) const override {
AU.addPreserved<DXILResourceWrapper>();
}
to DXILPrepareModule resolved the issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143518/new/
https://reviews.llvm.org/D143518
More information about the llvm-commits
mailing list