[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 16:13:13 PDT 2020


efriedma added a comment.

I don't think pointsToConstantMemory actually pays attention to the offset/size at the moment, so it's probably safe in practice.  Theoretically, I guess we're passing the wrong size/offset, yes.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76157/new/

https://reviews.llvm.org/D76157





More information about the llvm-commits mailing list