[PATCH] D54820: [AArch64] Refactor the scheduling predicates (2/3) (NFC)

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 13:51:34 PST 2018


evandro marked 2 inline comments as done.
evandro added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64SchedPredicates.td:43-44
+
+// Identify arithmetic and logic instructions with shift.
+def IsArithLogicShiftPred : CheckAny<[IsArithShiftPred, IsLogicShiftPred]>;
+
----------------
andreadb wrote:
> Do you still need this? If not, then you can remove it.
Will be using it shortly for Exynos.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54820





More information about the llvm-commits mailing list