]> granicus.if.org Git - clang/commit
-inline-asm][X86] Add ability to use AVX512 in MS inline asm
authorMarina Yatsina <marina.yatsina@intel.com>
Wed, 3 Feb 2016 11:32:08 +0000 (11:32 +0000)
committerMarina Yatsina <marina.yatsina@intel.com>
Wed, 3 Feb 2016 11:32:08 +0000 (11:32 +0000)
commitea88b232d6f5178898909ecd39688b5c675d39ab
treeb67955d4b25ef6ea84bb2bd78be0663a902f375a
parent6d76083a6d01f842d48837c2b225598fed43bd4b
-inline-asm][X86] Add ability to use AVX512 in MS inline asm

Defined the new AVX512 registers in clang inline asm.
Fixed a bug in the MC subtarget info creation during the parsing of MS asm statement - now it receives the actual CPU and target features information.

Differential Revision: http://reviews.llvm.org/D16757

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259639 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/Parse/ParseStmtAsm.cpp
test/CodeGen/ms-inline-asm-avx512.c [new file with mode: 0644]
test/Sema/asm.c