[PATCH] D99481: [InstCombine] Fix miscompile on GEP+load to icmp fold (PR45210)
Nuno Lopes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 6 12:01:03 PDT 2021
nlopes added a comment.
In D99481#2790025 <https://reviews.llvm.org/D99481#2790025>, @nathanchance wrote:
> This change breaks building the Linux kernel:
Thanks Nathan for the repro!
FYI: this means this function is likely being miscompiled and it may have security implications if the variable indexing into the array can be changed by user input.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99481/new/
https://reviews.llvm.org/D99481
More information about the llvm-commits
mailing list