[PATCH] D77202: [Target][ARM] Fold or(A, B) more aggressively for I1 Vectors
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 03:18:32 PDT 2020
Pierre-vh added a comment.
In D77202#1954493 <https://reviews.llvm.org/D77202#1954493>, @simon_tatham wrote:
> I have no thoughts on the patch itself, but the commit message looks quite alarming out of context. Perhaps it should mention that you're doing this specifically for `i1` and vectors of `i1`, and not for bitwise OR of ordinary integers?
Sure, I've updated the commit message and the description of the change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77202/new/
https://reviews.llvm.org/D77202
More information about the llvm-commits
mailing list