[all-commits] [llvm/llvm-project] b50750: [AArch64] Allow SVE code generation for fixed-widt...
Igor Kirillov via All-commits
all-commits at lists.llvm.org
Mon Oct 23 04:41:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b507509f6a938f3eb74b39c381327841d9fa46b1
https://github.com/llvm/llvm-project/commit/b507509f6a938f3eb74b39c381327841d9fa46b1
Author: Igor Kirillov <igor.kirillov at arm.com>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
A llvm/test/CodeGen/AArch64/sve-fixed-length-masked-128bit-loads.ll
A llvm/test/CodeGen/AArch64/sve-fixed-length-masked-128bit-stores.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-masked-loads.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-masked-stores.ll
M llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-load.ll
M llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-store.ll
Log Message:
-----------
[AArch64] Allow SVE code generation for fixed-width vectors (#67122)
This patch allows the generation of SVE code with masks that mimic Neon.
More information about the All-commits
mailing list