[PATCH] D29321: [globalisel] Make the MatchAction hierarchy consistent with the matchers. NFC.
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 02:44:31 PST 2017
kristof.beyls added inline comments.
================
Comment at: utils/TableGen/GlobalISelEmitter.cpp:294
+
+class MutateOpcode : public MatchAction {
+private:
----------------
For more consistency, maybe this class name should end in "Action", i.e. "MutateOpcodeAction"?
All of the matcher sub-class names end in "Matcher".
https://reviews.llvm.org/D29321
More information about the llvm-commits
mailing list