[all-commits] [llvm/llvm-project] a77ea9: [X86][MC] Update condition about ExplicitVEXPrefix...
XinWang10 via All-commits
all-commits at lists.llvm.org
Sun Nov 26 18:40:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a77ea94c3c2132b7d9a0f4c12a64675ba2aa6f1a
https://github.com/llvm/llvm-project/commit/a77ea94c3c2132b7d9a0f4c12a64675ba2aa6f1a
Author: XinWang10 <108658776+XinWang10 at users.noreply.github.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
Log Message:
-----------
[X86][MC] Update condition about ExplicitVEXPrefix (#73312)
After #72835, ExplicitVEXPrefix has changed and it is not a bit now, but
in scope ExplicitOpPrefix, so the bitwise op of ExplicitVEXPrefix may
need to update.
More information about the All-commits
mailing list