[PATCH] D54847: [MachineScheduler] Add support for clustering mem ops with FI base operands

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 10:09:57 PST 2018


thegameg updated this revision to Diff 175517.
thegameg marked 2 inline comments as done.
thegameg added a comment.

Check for non equal FIs in `shouldClusterMemOps`. If they are both fixed objects, they can be used to access another slot, so check that the offsets match.


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

https://reviews.llvm.org/D54847

Files:
  lib/CodeGen/MachineScheduler.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  test/CodeGen/AArch64/arm64-memset-inline.ll
  test/CodeGen/AArch64/cluster-frame-index.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54847.175517.patch
Type: text/x-patch
Size: 9201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181127/cc065489/attachment.bin>


More information about the llvm-commits mailing list