[all-commits] [llvm/llvm-project] fe763d: [AArch64] Limit immediate offsets when folding ins...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Tue Sep 26 06:21:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe763d8ad419ecb0bd6ecc81de6c69e0aaf5571c
https://github.com/llvm/llvm-project/commit/fe763d8ad419ecb0bd6ecc81de6c69e0aaf5571c
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/split-offsets-for-stp.ll
M llvm/test/CodeGen/AArch64/pow.ll
Log Message:
-----------
[AArch64] Limit immediate offsets when folding instructions into addressing modes (#67345)
Don't increase/decrease immediate offsets in folded instructions beyond
the limits of `LDP`.
More information about the All-commits
mailing list