[PATCH] D74524: [Scheduling] Improve memory ops cluster preparation

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 01:26:54 PST 2020


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/overeager_mla_fusing.ll:12
+; CHECK-NEXT:    ldr q2, [x1, #96]
 ; CHECK-NEXT:    ldr q3, [x0, #96]
 ; CHECK-NEXT:    ldr x8, [x2, #48]
----------------
This looks suspicious. Why has it stopped clustering the two loads from x0, and the two loads from x1?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74524





More information about the llvm-commits mailing list