[PATCH] D60690: [AArch64] Skip mask checks for masks with an odd number of elements.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 03:47:05 PDT 2019


fhahn added a comment.

In D60690#1469460 <https://reviews.llvm.org/D60690#1469460>, @Gerolf wrote:

> Could you separate size one checks are OK vs. checks that require even powers of 2? That smells like an inconsistency worth calling out explicitly.


Thanks Gerolf. I pushed the checks to the impacted functions, which seems to better limit the impact of the checks. What do you think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60690





More information about the llvm-commits mailing list