[PATCH] D151863: [x86][MC] Fix movdir64b addressing

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 1 21:44:01 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp:1781
+  // value at this time.
+  BaseReg = BaseReg ? BaseReg : 0;
   Operands.push_back(X86Operand::CreateMem(
----------------
This sets BaseReg to 0 if its already 0?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151863



More information about the cfe-commits mailing list