1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression
Nate Begeman 71bcc67a0f 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

llvm-svn: 21881
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 Don't depend on grep or sed to be portable at all. Just compare against 2004-11-27 06:44:10 +00:00
Assembler new testcase for PR541 2005-05-05 22:23:10 +00:00
BugPoint Adding srcdir arg 2004-11-19 22:45:25 +00:00
Bytecode Adding srcdir arg 2004-11-19 22:45:25 +00:00
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 Fix misspellings, patch contributed by Gabor Greif! 2005-02-27 06:14:21 +00:00
Linker New test, adjust other test. 2005-02-12 19:19:36 +00:00
Other Adding srcdir arg 2004-11-19 22:45:25 +00:00
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