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

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 4 12:03:10 PST 2016


hfinkel added a comment.

> It is not target specific. Store of <4 x i1 > was implemented incorrectly, it should write into 4 bytes.

Is that what we decided we wanted? I thought that we decided that we wanted i1 vectors to be bit packed?


Repository:
  rL LLVM

https://reviews.llvm.org/D27395





More information about the llvm-commits mailing list