[all-commits] [llvm/llvm-project] d4650d: [MachineVerifier] Try harder to verify LiveVariables
Jay Foad via All-commits
all-commits at lists.llvm.org
Fri Oct 21 08:33:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4650d0938e290ca9d6544d6b07da2fb7156762d
https://github.com/llvm/llvm-project/commit/d4650d0938e290ca9d6544d6b07da2fb7156762d
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M llvm/lib/CodeGen/MachineVerifier.cpp
Log Message:
-----------
[MachineVerifier] Try harder to verify LiveVariables
Verify the LiveVariables analysis after a pass that claims to preserve
it, even if there are no further passes (apart from the verifier itself)
that would use the analysis.
Differential Revision: https://reviews.llvm.org/D129213
More information about the All-commits
mailing list