]> granicus.if.org Git - clang/commit
Represent 256-bit unaligned loads natively and remove the builtins. Similar change...
authorCraig Topper <craig.topper@gmail.com>
Wed, 25 Jan 2012 04:26:17 +0000 (04:26 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 25 Jan 2012 04:26:17 +0000 (04:26 +0000)
commit2ee2ac2293f313dfe1c6eb7034527a92b5d23158
tree773f7e8cdca0be1cd71b5a1c4fc9130879509686
parent00b465747138ec5c00e1d7568d2eb88c6db6042d
Represent 256-bit unaligned loads natively and remove the builtins. Similar change was made for 128-bit versions a while back.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148919 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/Headers/avxintrin.h
test/CodeGen/avx-builtins.c [new file with mode: 0644]