summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/clz.ll
Commit message (Collapse)AuthorAgeFilesLines
* filecheckize a test and mark these wiht a cpu so it passesChris Lattner2010-03-141-3/+10
| | | | | | on hosts without cmovs. llvm-svn: 98521
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-3/+3
| | | | llvm-svn: 81290
* Fix ctlz and cttz. llvm definition requires them to return number of bits in ↵Evan Cheng2007-12-141-1/+11
| | | | | | of the src type when value is zero. llvm-svn: 45029
* Implement ctlz and cttz with bsr and bsf.Evan Cheng2007-12-141-0/+16
llvm-svn: 45024
OpenPOWER on IntegriCloud