[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 20 09:21:16 PDT 2018
javed.absar added inline comments.
================
Comment at: include/llvm/Target/TargetInstrPredicate.td:190
+// The signature for function `MCInstFn` is expected to be:
+// `bool #MCinstFn(const MCInst &MI)`, or
+// `bool #MCInstFn(const MCInst *MI)`.
----------------
Hi Andrea.
This example/documentation up to this point was very clear. Thank you for that. But the '#CinstFn' is bit confusing. Maybe you could elaborate this one a bit.
Or may be its just me that's confused.
https://reviews.llvm.org/D46695
More information about the llvm-commits
mailing list