[PATCH] D125377: [AArch64] Order STP Q's by ascending address
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 10:22:23 PDT 2022
dmgreen added a comment.
So long as there is no issues from @fhahn, this LGTM.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetMachine.cpp:479
+ ScheduleDAGMI *DAG
+ = new ScheduleDAGMI (C, std::make_unique<AArch64PostRASchedStrategy>(C),
+ /* RemoveKillFlags=*/true);
----------------
Can you make sure you clang-format the patch? The formatting is a bit off here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125377/new/
https://reviews.llvm.org/D125377
More information about the llvm-commits
mailing list