[all-commits] [llvm/llvm-project] 5509a1: [MachineVerifier] Try harder to verify SlotIndexes
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Apr 4 07:24:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5509a18b5a38868e29fae1f7b19390b029c53091
https://github.com/llvm/llvm-project/commit/5509a18b5a38868e29fae1f7b19390b029c53091
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M llvm/lib/CodeGen/MachineVerifier.cpp
Log Message:
-----------
[MachineVerifier] Try harder to verify SlotIndexes
Verify the SlotIndexes 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/D129201
More information about the All-commits
mailing list