[PATCH] D138639: [X86] Add In64BitMode for MOVSX64/MOVZX64 instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 24 00:30:07 PST 2022


craig.topper added a comment.

I might be wrong but I think we are often missing In64BitMode on instructions that have a GR64 operand.

Adding them might increase the size of the table in X86GenDAGISel.inc

Are you seeing a functional issue that this fixes?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138639



More information about the llvm-commits mailing list