[PATCH] D114487: [LAA] Support runtime checks for select GEP base pointers.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 08:57:55 PDT 2022
fhahn added a comment.
In D114487#3546674 <https://reviews.llvm.org/D114487#3546674>, @vitalybuka wrote:
> I will continue to minimize the reproducer.
> Should we revert the patch, because it breaks Msan and maybe there is a chance the bounds are calculated incorrectly?
Thanks for the report, I'll take a look. I already have suspicion of what's going wrong. Hopefully I'll be able to write up a test case & fix today. If not, we can revert tomorrow.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114487/new/
https://reviews.llvm.org/D114487
More information about the llvm-commits
mailing list