[all-commits] [llvm/llvm-project] 6c4b3d: [AArch64] Fix postinc operands for Cortex-A53 sche...
David Green via All-commits
all-commits at lists.llvm.org
Tue Oct 10 02:14:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c4b3dc340d1afda02e68ce42ebafa77fa076797
https://github.com/llvm/llvm-project/commit/6c4b3dc340d1afda02e68ce42ebafa77fa076797
Author: David Green <david.green at arm.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SchedA53.td
M llvm/test/tools/llvm-mca/AArch64/Cortex/A53-writeback.s
Log Message:
-----------
[AArch64] Fix postinc operands for Cortex-A53 scheduling
Similar to D159254, this fixes the order of WriteAdr operands on post/pre-inc
loads/stores in the Cortex-A53 scheduling model.
More information about the All-commits
mailing list