]> granicus.if.org Git - clang/commit
Intrinsics: fix extract & insert when index is out of bound.
authorManman Ren <manman.ren@gmail.com>
Wed, 23 Oct 2013 20:33:14 +0000 (20:33 +0000)
committerManman Ren <manman.ren@gmail.com>
Wed, 23 Oct 2013 20:33:14 +0000 (20:33 +0000)
commit8484375b0fc442c704b3ec06e2e795d88591606f
treee2a44bbcee5e8824a5fcc391cd450e85901f6615
parent1dc31f5ead63d7197edf6f34a7821b93ea6698a1
Intrinsics: fix extract & insert when index is out of bound.

Now, all extract & insert intrinsics should have the correct and operation
to ignore higher bits.

rdar://15250497

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193267 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/avxintrin.h
lib/Headers/smmintrin.h
test/CodeGen/avx-builtins.c
test/CodeGen/sse-builtins.c