[PATCH] D45156: [MachineVerifier] Verify the RegUsageInfo collected for the current function.
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 4 08:59:29 PDT 2018
qcolombet added a comment.
Good catch!
Actually, following the other related patch, I think we should use determineCalleeSaved. Moreover, I don't remember when this function is supposed to give the right answer, but we probably need to gate the check behind NoVRegs or something like that.
https://reviews.llvm.org/D45156
More information about the llvm-commits
mailing list