[PATCH] D27395: Fixed store operation for a vector of i1.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 12:11:25 PST 2016


efriedma added a comment.

If you're going to put padding into `<4 x i1>` vectors, you're going to have to change the IR to match; getStoreSizeInBits() is currently 4 for `<4 x i1>`.

If we wanted bit-packed vectors, we could just ban masked.store for vectors whose elements aren't byte-aligned.


Repository:
  rL LLVM

https://reviews.llvm.org/D27395





More information about the llvm-commits mailing list