aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/clz.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix ctlz and cttz. llvm definition requires them to return number of bits in ...Evan Cheng2007-12-141-1/+11
* Implement ctlz and cttz with bsr and bsf.Evan Cheng2007-12-141-0/+16