[PATCH] D46695: [RFC] [Patch 1/3] Add a new class of predicates for variant scheduling classes.
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 14 02:33:47 PDT 2018
andreadb added inline comments.
================
Comment at: include/llvm/Target/TargetInstrPredicate.td:24
+//
+// def MCInstPredicateExample : CheckAllOf<[
+// CheckOpcode<[BLR]>,
----------------
javed.absar wrote:
> On the topic of names, would 'CheckAll' be shorter and better? I don't see the 'Of' adding more.
Sure. I will change it. Thanks.
https://reviews.llvm.org/D46695
More information about the llvm-commits
mailing list