Re: [PATCH] D11753: [X86] Add support for _MM_ALIGN16

2015-08-06 Thread Michael Kuperstein via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244201: [X86] Add support for _MM_ALIGN16 (authored by mkuper). Changed prior to commit: http://reviews.llvm.org/D11753?vs=31317&id=31430#toc Repository: rL LLVM http://reviews.llvm.org/D11753 File

Re: [PATCH] D11753: [X86] Add support for _MM_ALIGN16

2015-08-05 Thread Michael Kuperstein
mkuper added a comment. Thanks, Eric! Comment at: test/CodeGen/ms-mm-align.c:1 @@ +1,2 @@ +// RUN: %clang_cc1 -ffreestanding -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 \ +// RUN: -triple i686--windows -Oz -emit-llvm %s -o - \ ec

Re: [PATCH] D11753: [X86] Add support for _MM_ALIGN16

2015-08-05 Thread Eric Christopher
echristo accepted this revision. echristo added a comment. This revision is now accepted and ready to land. Couple of inline comments, otherwise LGTM. -eric Comment at: test/CodeGen/ms-mm-align.c:1 @@ +1,2 @@ +// RUN: %clang_cc1 -ffreestanding -fms-extensions -fms-compatibility