summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* Intrinsics: fix extract & insert when index is out of bound.Manman Ren2013-10-231-0/+18
| | | | | | | | | Now, all extract & insert intrinsics should have the correct and operation to ignore higher bits. rdar://15250497 llvm-svn: 193267
* Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them ↵Craig Topper2012-08-061-0/+70
| | | | | | properly. llvm-svn: 161319
* test/CodeGen/avx-builtins.c: Fix more for -Asserts.NAKAMURA Takumi2012-01-251-1/+1
| | | | llvm-svn: 148944
* fix broken testcase.Chris Lattner2012-01-251-2/+2
| | | | llvm-svn: 148925
* Represent 256-bit unaligned loads natively and remove the builtins. Similar ↵Craig Topper2012-01-251-0/+25
change was made for 128-bit versions a while back. llvm-svn: 148919
OpenPOWER on IntegriCloud