[all-commits] [llvm/llvm-project] 7c90be: [SVE] Fix incorrect offset calculation when rewrit...
Paul Walker via All-commits
all-commits at lists.llvm.org
Fri Oct 27 08:53:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c90be2857fc4c6a2e67f203ca289ed7773fae03
https://github.com/llvm/llvm-project/commit/7c90be2857fc4c6a2e67f203ca289ed7773fae03
Author: Paul Walker <paul.walker at arm.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/test/CodeGen/AArch64/framelayout-sve.mir
Log Message:
-----------
[SVE] Fix incorrect offset calculation when rewriting an instruction's frame index. (#70315)
When partially packing an offset into an SVE load/store instruction we
are incorrectly calculating the remainder.
More information about the All-commits
mailing list