[all-commits] [llvm/llvm-project] 776f92: [X86] Add support for vex, vex2, vex3, and evex fo...
MorningLiu via All-commits
all-commits at lists.llvm.org
Fri Nov 20 00:22:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 776f92e06759e2491018f66ea334adb687337f1c
https://github.com/llvm/llvm-project/commit/776f92e06759e2491018f66ea334adb687337f1c
Author: Liu, Chen3 <chen3.liu at intel.com>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
M clang/lib/AST/Stmt.cpp
A clang/test/CodeGen/X86/ms-inline-asm-prefix.c
M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Log Message:
-----------
[X86] Add support for vex, vex2, vex3, and evex for MASM
For MASM syntax, the prefixes are not enclosed in braces.
The assembly code should like:
"evex vcvtps2pd xmm0, xmm1"
Differential Revision: https://reviews.llvm.org/D90441
More information about the All-commits
mailing list