[PATCH] D76157: [SelectionDAGBuilder] Don't set MachinePointerInfo for gather when we find a uniform base
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 13 15:07:58 PDT 2020
efriedma added a comment.
> I wasn't sure if passing just the "base" pointer was correct.
It doesn't really matter what the MachineMemOperand looks like for an operation that doesn't alias anything. :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76157/new/
https://reviews.llvm.org/D76157
More information about the llvm-commits
mailing list