This is an archive of the discontinued LLVM Phabricator instance.

[ms-inline-asm][X86] Add ability to use AVX512 in MS inline asm
ClosedPublic

Authored by myatsina on Jan 31 2016, 9:19 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

myatsina updated this revision to Diff 46495.Jan 31 2016, 9:19 AM
myatsina retitled this revision from to [ms-inline-asm][X86] Add ability to use AVX512 in MS inline asm.
myatsina updated this object.
myatsina added reviewers: rnk, delena, echristo.
myatsina set the repository for this revision to rL LLVM.
myatsina added a subscriber: llvm-commits.
rnk accepted this revision.Feb 2 2016, 11:29 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Feb 2 2016, 11:29 AM
This revision was automatically updated to reflect the committed changes.