[PATCH] D103427: [X86] Fix handling of maskmovdqu in X32
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 31 21:18:07 PDT 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86InstrSSE.td:4015
+ VEX, VEX_WIG, AdSize64;
+let Uses = [EDI], Predicates = [HasAVX,In64BitMode] in
+def VMASKMOVDQUX32 : VPDI<0xF7, MRMSrcReg, (outs),
----------------
Can we make this CodeGenOnly=1 so the disassembler tables don't need to be updated? Especially since there are no dissambler tests in this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103427/new/
https://reviews.llvm.org/D103427
More information about the llvm-commits
mailing list