[PATCH] D77029: Fix out-of-bounds BitVector access in RegScavenger
Brad Moody via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 15:49:22 PDT 2020
bmoody added a comment.
In D77029#2107348 <https://reviews.llvm.org/D77029#2107348>, @efriedma wrote:
> Given the code is currently "dead", this change is essentially adding new functionality. I don't want to do that without appropriate tests.
Very understandable. I've spent some more time trying to derive a codegen test for this change but I'm having a hard time as I don't have much experience with the codegen side of llvm. Could you recommend someone with knowledge of this code who might be able to help me?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77029/new/
https://reviews.llvm.org/D77029
More information about the llvm-commits
mailing list