[PATCH] D111538: [X86] Prefer VEX encoding in X86 assembler.
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 16 04:53:27 PDT 2021
pengfei added inline comments.
================
Comment at: llvm/include/llvm/Target/Target.td:656-659
+ // isCodeGenOnly: Does have encoding information and can go through to the
+ // CodeEmitter unchanged, but duplicates a canonical instruction
+ // definition's encoding and should be ignored when constructing the
+ // assembler match tables.
----------------
Redundant?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111538/new/
https://reviews.llvm.org/D111538
More information about the llvm-commits
mailing list