[all-commits] [llvm/llvm-project] 2f45e6: [AArch64][SVE] Improve codegen for select nodes wi...
Bradley Smith via All-commits
all-commits at lists.llvm.org
Thu Apr 1 08:00:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f45e632c0029d6efa0f8df210c2f5a3f3affc17
https://github.com/llvm/llvm-project/commit/2f45e632c0029d6efa0f8df210c2f5a3f3affc17
Author: Bradley Smith <bradley.smith at arm.com>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll
A llvm/test/CodeGen/AArch64/sve-fixed-length-int-vselect.ll
Log Message:
-----------
[AArch64][SVE] Improve codegen for select nodes with fixed types
Additionally, move the existing fixed vselect tests to *-vselect.ll.
Differential Revision: https://reviews.llvm.org/D99418
More information about the All-commits
mailing list