[PATCH] D63928: [ARM][SCEV][LSR] Prevent using undefined value in binops
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 06:10:49 PDT 2019
samparker added a comment.
There's a fair number of sub, load and ptrtoint instructions so narrowing the context of the checks would be good, just checking which basic block would be good. As well as what GEP the load is using. Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63928/new/
https://reviews.llvm.org/D63928
More information about the llvm-commits
mailing list