[PATCH] D88505: [InstCombine] ease alignment restriction for converting masked load to normal load

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 11:17:25 PDT 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

(I doubt this will come up often; most sources of "dereferenceable" also provide alignment.  But it makes sense in any case.)


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

https://reviews.llvm.org/D88505



More information about the llvm-commits mailing list