[PATCH] D46695: [RFC] [Patch 1/3] Add a new class of predicates for variant scheduling classes.

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 15:22:46 PDT 2018


javed.absar added inline comments.


================
Comment at: include/llvm/Target/TargetInstrPredicate.td:48
+
+// Check if operands at indices `First` and `Second` are the same register.
+class CheckSameRegOperand<int First, int Second> : MCPredicate {
----------------
Where is the check itself? Maybe the comment is not right or I am not getting this right.


https://reviews.llvm.org/D46695





More information about the llvm-commits mailing list