summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/bit-intrinsics.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove tests for removed intrinsics.Chris Lattner2009-07-121-32/+0
| | | | llvm-svn: 75433
* This is the patch to provide clean intrinsic function overloading support in ↵Chandler Carruth2007-08-041-8/+8
| | | | | | | | LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported. llvm-svn: 40807
* unxfail this, llc doesn't support this feature yet, so don't run it.Chris Lattner2007-05-051-2/+0
| | | | llvm-svn: 36796
* Also validate that the code generation of IntrinsicLowering for LLI works.Reid Spencer2007-04-161-6/+25
| | | | llvm-svn: 36175
* XFAIL this test for now. It will be a while before I can implement thisReid Spencer2007-04-051-0/+1
| | | | | | intrinsic properly in SDISel. llvm-svn: 35692
* Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer2007-04-041-0/+14
llvm-svn: 35678
OpenPOWER on IntegriCloud