[PATCH] D77029: Fix out-of-bounds BitVector access in RegScavenger
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 19 21:39:35 PDT 2020
efriedma added a comment.
> This code started tripping an assert after a change I'm working on in BitVector.
> I haven't included a test because I have no idea how to exercise this code.
Those two sentences seem like a contradiction; clearly you did figure out how to exercise the code, if you triggered an assertion. :)
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