[PATCH] D68400: [NFC][TTI] Add Alignment for isLegalMasked[Load/Store]

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 02:00:48 PDT 2019


dmgreen added a comment.

I think that's what "MaybeAlign" is for, if I read it correctly. It is essentially an Optional<Align> with 0 alignments being the "false" optional state.


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

https://reviews.llvm.org/D68400





More information about the llvm-commits mailing list