[all-commits] [llvm/llvm-project] ba0936: [AArch64] Fix post-inc stores of floating-point co...
Guy David via All-commits
all-commits at lists.llvm.org
Wed Jul 30 11:15:46 PDT 2025
Branch: refs/heads/users/guy-david/aarch64-n2i-keep-in-simd-fix
Home: https://github.com/llvm/llvm-project
Commit: ba0936cd147f562de1ab25b3fe4a0ca738400b78
https://github.com/llvm/llvm-project/commit/ba0936cd147f562de1ab25b3fe4a0ca738400b78
Author: Guy David <guyda96 at gmail.com>
Date: 2025-07-30 (Wed, 30 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/test/CodeGen/AArch64/store-float-conversion.ll
Log Message:
-----------
[AArch64] Fix post-inc stores of floating-point conversions
The commit at https://github.com/llvm/llvm-project/pull/147707
introduced a bug because of missing patterns for post-inc stores where
the input is a vector_extract with i64 types.
Additionally, remove the early pre-legalization early-exit as it can
miss its opportunity to apply the optimization.
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