[PATCH] D148316: Add support for efficient bitcast in vector truncate store.
Lawrence Benson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 02:27:55 PDT 2023
lawben created this revision.
lawben added a reviewer: dmgreen.
Herald added a subscriber: hiraditya.
Herald added a project: All.
lawben requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Following the changes in D145301 <https://reviews.llvm.org/D145301>, we now also support the efficient bitcast when storing the bool vector. Previously, this was expanded.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148316
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/setcc-type-mismatch.ll
llvm/test/CodeGen/AArch64/vec-combine-compare-to-bitmask.ll
llvm/test/CodeGen/AArch64/vec-combine-compare-truncate-store.ll
llvm/test/CodeGen/AArch64/vec_uaddo.ll
llvm/test/CodeGen/AArch64/vec_umulo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148316.513501.patch
Type: text/x-patch
Size: 18291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230414/5f4caa17/attachment.bin>
More information about the llvm-commits
mailing list