[PATCH] D90009: [X86] VEX/EVEX prefix doesn't work for inline assembly.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 22 22:48:22 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp:358
+ else if (Flags & X86::Force_EVEXEncoding)
+ O << "\t{evex}";
}
----------------
We also need to print {disp8} and {disp32} here to fix the same bug with those right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90009/new/
https://reviews.llvm.org/D90009
More information about the llvm-commits
mailing list