[PATCH] D87557: [AArch64][MachineScheduler] Fix operand scheduling for pre/post-increment loads and stores

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 12 05:44:03 PDT 2020


dmgreen added a comment.

STRWpost should be `$x0 = STRWpost $xzr, $x0`. The concept of scheduling a store can be a little strange, but the address update should come as the first operand.

I agree loads look backwards.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87557/new/

https://reviews.llvm.org/D87557



More information about the llvm-commits mailing list