[PATCH] D54777: [AArch64] Refactor the scheduling predicates (1/3) (NFC)

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 21 15:32:07 PST 2018


evandro updated this revision to Diff 174990.
evandro retitled this revision from "[AArch64] Refactor the scheduling predicates (NFC)" to "[AArch64] Refactor the scheduling predicates (1/3) (NFC)".
evandro edited the summary of this revision.
evandro added a comment.
Herald added a subscriber: gbedwell.

Break up the original patch in 3 installments, one for each existing predicate: `AArch64InstrInfo::isScaledAddr()`, `AArch64InstrInfo::hasShiftedReg()`, `AArch64InstrInfo::hasExtendedReg()`.


https://reviews.llvm.org/D54777

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.h
  llvm/lib/Target/AArch64/AArch64SchedPredicates.td
  llvm/lib/Target/AArch64/AArch64Schedule.td
  llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
  llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54777.174990.patch
Type: text/x-patch
Size: 10570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181121/35e14c8b/attachment.bin>


More information about the llvm-commits mailing list