[PATCH] D85479: [SVE][VLS] Don't combine logical AND.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 15:24:22 PDT 2020
fpetrogalli created this revision.
fpetrogalli added reviewers: paulwalker-arm, cameron.mcinally, david-arm.
Herald added subscribers: llvm-commits, psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.
fpetrogalli requested review of this revision.
Testing is performed when targeting 128, 256 and 512-bit wide vectors.
For 128-bit vectors, the original behavior of using NEON instructions is
preserved.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85479
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/vls-sve-128-and.ll
llvm/test/CodeGen/AArch64/vls-sve-256-and.ll
llvm/test/CodeGen/AArch64/vls-sve-512-and.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85479.283748.patch
Type: text/x-patch
Size: 6745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200806/1763a5b3/attachment.bin>
More information about the llvm-commits
mailing list