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

Akshay Khadse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 2 00:42:59 PDT 2023


akshaykhadse added a comment.

In D151863#4390132 <https://reviews.llvm.org/D151863#4390132>, @craig.topper wrote:

> I still think replacing the `1` with a valid register for the mode is the better fix.

So, should I create a new registers? Something like `X86::Sym16`, `X86::Sym32` and `X86::Sym64`?


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