[PATCH] D32677: [GlobalISel][X86] Prioritize Tablegen-erated instruction selection. NFC
Guy Blank via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 30 23:30:01 PDT 2017
guyblank accepted this revision.
guyblank added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/X86/X86InstructionSelector.cpp:58
// TODO: remove after selectImpl support pattern with a predicate.
unsigned getFAddOp(LLT &Ty, const RegisterBank &RB) const;
----------------
does the comment need updating?
https://reviews.llvm.org/D32677
More information about the llvm-commits
mailing list