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

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 01:45:19 PDT 2019


samparker added a comment.

Yes, it turns out Align is simple to use, the constructor just takes the unsigned value... but it will not accept zero and so causes assertion failures.


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

https://reviews.llvm.org/D68400





More information about the llvm-commits mailing list