[PATCH] D127109: llvm-reduce: Don't assert on functions which don't track liveness
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 16:07:01 PDT 2022
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
oh looks like we also mark the function parameters as live-in causing a bunch of test changes. Anyway I guess this change better reflects the reality of what registers are in the live-in lists. LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127109/new/
https://reviews.llvm.org/D127109
More information about the llvm-commits
mailing list