llvm-6502/test
Nate Begeman e066d68eb4 Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is
now codegen'd as this:

        addi r2, r3, -1
        andc r2, r2, r3
        cntlzw r2, r2
        subfic r3, r2, 32
        blr


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21881 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-11 23:45:54 +00:00
..
Analysis New testacse for information exposed by the 'tail' call marker. 2005-05-08 23:57:34 +00:00
Archive
Assembler new testcase for PR541 2005-05-05 22:23:10 +00:00
BugPoint
Bytecode
C++Frontend Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
CFrontend new testcase for PR562 2005-05-10 22:32:29 +00:00
CodeGen Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is 2005-05-11 23:45:54 +00:00
Debugger Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
ExecutionEngine
Feature Add note to self to complete the testing of all intrinsic functions as 2005-05-09 04:47:32 +00:00
lib
Linker
Other
Scripts
TableGen Tell tblgen exactly where to find the include file. 2005-05-09 19:32:08 +00:00
Transforms new testcase 2005-05-10 00:33:36 +00:00
Verifier New testcase that the assembler incorrectly accepts. 2005-03-21 06:24:53 +00:00
Failure.sh
Makefile
Makefile.tests
TestRunner.sh