[PATCH] D111538: [X86] Prefer VEX encoding in X86 assembler.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 16 05:18:01 PDT 2021


LuoYuanke 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.
----------------
pengfei wrote:
> Redundant?
> Redundant?

Opps! I forget to delete it.


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