[PATCH] D127731: WIP: [MachineVerifier] Try harder to verify analyses
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 05:53:55 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp:155
AU.addRequired<LiveIntervals>();
- AU.addPreserved<LiveIntervals>();
+ // FIXME: AU.addPreserved<LiveIntervals>();
AU.addPreserved<SlotIndexes>();
----------------
Probably should file an issue for this
================
Comment at: llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp:220
AU.addRequired<LiveIntervals>();
- AU.addPreserved<LiveIntervals>();
+ // FIXME: AU.addPreserved<LiveIntervals>();
AU.addRequired<SlotIndexes>();
----------------
Ditto
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127731/new/
https://reviews.llvm.org/D127731
More information about the llvm-commits
mailing list