[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
Sun May 13 08:36:49 PDT 2018
javed.absar added inline comments.
================
Comment at: include/llvm/Target/TargetInstrPredicate.td:24
+//
+// def MCInstPredicateExample : CheckAllOf<[
+// CheckOpcode<[BLR]>,
----------------
On the topic of names, would 'CheckAll' be shorter and better? I don't see the 'Of' adding more.
https://reviews.llvm.org/D46695
More information about the llvm-commits
mailing list