[PATCH] D54777: [AArch64] Refactor the scheduling predicates (NFC)
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 21 12:57:45 PST 2018
evandro added a comment.
Question: the code beginning at `MCOpcodeSwitchStatement` above cannot be used as a regular `MCSchedPredicate` too. If so, how can I avoid writing the same statement twice, since this condition is used both in `AArch64InstrInfo.cpp` and in `AArch64Sched*.td`?
Repository:
rL LLVM
https://reviews.llvm.org/D54777
More information about the llvm-commits
mailing list