[PATCH] D129213: [MachineVerifier] Try harder to verify LiveVariables
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 05:58:20 PDT 2022
foad updated this revision to Diff 443930.
foad added a comment.
Rebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129213/new/
https://reviews.llvm.org/D129213
Files:
llvm/lib/CodeGen/MachineVerifier.cpp
Index: llvm/lib/CodeGen/MachineVerifier.cpp
===================================================================
--- llvm/lib/CodeGen/MachineVerifier.cpp
+++ llvm/lib/CodeGen/MachineVerifier.cpp
@@ -294,6 +294,7 @@
void getAnalysisUsage(AnalysisUsage &AU) const override {
AU.addUsedIfAvailable<LiveStacks>();
+ AU.addUsedIfAvailable<LiveVariables>();
AU.setPreservesAll();
MachineFunctionPass::getAnalysisUsage(AU);
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129213.443930.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220712/29040565/attachment.bin>
More information about the llvm-commits
mailing list