[PATCH] D38501: [ValueTracking] Fix a misuse of APInt in GetPointerBaseWithConstantOffset
Michael Ferguson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 6 07:07:27 PDT 2017
mppf added a comment.
@hfinkel - I've made the change you requested. I think this one is good to go, but as I mentioned we need to commit it after another fix to BasicAA (such as https://reviews.llvm.org/D38499), or else the new test will fail with BasicAA assertions.
https://reviews.llvm.org/D38501
More information about the llvm-commits
mailing list