summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/sse42_crc32.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove some old autoupgrade logicChris Lattner2011-11-271-44/+0
| | | | llvm-svn: 145167
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-251-3/+4
| | | | llvm-svn: 142948
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-251-1/+16
| | | | | | bitcode reader/writer backward compatibility. llvm-svn: 142896
* Fix test cases that were previously using grep to use FileCheckChad Rosier2011-05-281-10/+22
| | | | llvm-svn: 132237
* Typo is test caseChad Rosier2011-05-271-2/+2
| | | | llvm-svn: 132214
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-271-0/+16
fixes aliasing issues with the old and new names as well as adds test cases for the auto-upgrader. Fixes rdar 9472944. llvm-svn: 132207
OpenPOWER on IntegriCloud