[PATCH] D47374: [RFC][patch 3/3] Add support for variant scheduling classes in llvm-mca.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 2 09:06:29 PDT 2018


RKSimon added inline comments.


================
Comment at: lib/Target/X86/X86ScheduleBtVer2.td:558
+
+def JZeroIdiomPredicate : CheckSameRegOperand<1, 2>;
+
----------------
This should probably be moved to X86Schedule.td straightaway - I see no benefit keeping this here as zeroidioms are something we're going to want in all x86 scheduler models.

Rename either to X86ZeroIdiomPredicate or X86SameRegOps01 (or something like that.....).


https://reviews.llvm.org/D47374





More information about the llvm-commits mailing list