[PATCH] D150068: [X86][AsmParser] Refactor code in AsmParser

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 08:09:31 PDT 2023


barannikov88 added inline comments.


================
Comment at: llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp:3814
   case X86::INT: {
-    // Transforms "int $3" into "int3" as a size optimization.  We can't write an
-    // instalias with an immediate operand yet.
----------------
The comment was kind of useful. I was about to suggest adding InstAlias.



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150068/new/

https://reviews.llvm.org/D150068



More information about the llvm-commits mailing list