[PATCH] D44096: [X86] Make X86 PseudoI instructions llvm isPseudo.

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 00:53:15 PST 2018


gchatelet abandoned this revision.
gchatelet added a comment.

@craig.topper thank you very much for the detailed answer. It makes a lot more sense now.

I'm writing some instruction benchmarking code that goes through all opcodes (0 to INSTRUCTION_LIST_END)
I'm filtering out the isPseudo ones in particular and was surprised that some instructions were not generating any assembly (e.g. PCMPESTRIREG).
I can probably use X86II::Pseudo to remove those instructions then.

I'll drop this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D44096





More information about the llvm-commits mailing list