[all-commits] [llvm/llvm-project] 7621a0: [LLVM][CodeGen][SVE] Improve custom lowering for E...
Paul Walker via All-commits
all-commits at lists.llvm.org
Wed May 15 03:27:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7621a0d36465cf870769cd54035d254d409c2ce4
https://github.com/llvm/llvm-project/commit/7621a0d36465cf870769cd54035d254d409c2ce4
Author: Paul Walker <paul.walker at arm.com>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-extract-fixed-from-scalable-vector.ll
M llvm/test/CodeGen/AArch64/sve-extract-fixed-vector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-to-fp.ll
Log Message:
-----------
[LLVM][CodeGen][SVE] Improve custom lowering for EXTRACT_SUBVECTOR. (#90963)
We can extract any legal fixed length vector from a scalable vector by
using VECTOR_SPLICE.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list