| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 33296
|
|
|
|
|
|
| |
Please do not enable, there is still some known miscompile problem.
llvm-svn: 33066
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the test suite to accommodate the change from signed integer types
to signless integer types. The changes were of only a few kinds:
1. Make sure llvm-upgrade is run on the source which does the bulk of the
changes automatically.
2. Change things like "grep 'int'" to "grep 'i32'"
3. In several tests bitcasting caused the same name to be reused in the
same type plane. These had to be manually fixed. The fix was (generally)
to leave the bitcast and provide the instruction with a new name. This
should not affect the semantics of the test. In a few cases, the
bitcasts were known to be superfluous and irrelevant to the test case
so they were removed.
4. One test case uses a bytecode file which needed to be updated to the
latest bytecode format.
llvm-svn: 32789
|
|
|
|
| |
llvm-svn: 32115
|
|
|
|
|
|
|
|
| |
Remove predicate simplifier from default gcc3 pipeline. New design is too
slow to enable by default.
Add new testcases for problems encountered in development.
llvm-svn: 31895
|
|
|
|
|
|
| |
Clarify the test.
llvm-svn: 31251
|
|
|
|
| |
llvm-svn: 31217
|
|
|
|
|
|
| |
the call the pass2.
llvm-svn: 31192
|
|
|
|
|
|
| |
mistake that I made in the file too.
llvm-svn: 31190
|
|
|
|
|
|
| |
optimization opportunity pointed out by Chris Lattner.
llvm-svn: 31118
|
|
|
|
|
|
| |
opportunity pointed out by Andrew Lewycky.
llvm-svn: 31115
|
|
|
|
|
|
| |
optimize in more cases.
llvm-svn: 30699
|
|
|
|
|
|
| |
with the right answer.
llvm-svn: 30550
|
|
|
|
|
|
| |
Fixes infinite loop in resolve().
llvm-svn: 30540
|
|
|
|
| |
llvm-svn: 30475
|
|
|
|
|
|
|
|
|
| |
operations (like findProperties) should be faster, at the expense of
unionSets being slower in cases that are rare in practise.
Don't erase a dead Instruction. This fixes a memory corruption issue.
llvm-svn: 30235
|
|
|
|
|
|
|
|
| |
Reorder operations to remove duplicated work.
Fix to leave floating-point types out of the optimization.
Add tests to predsimplify.ll for SwitchInst and SelectInst handling.
llvm-svn: 30055
|
|
|
|
|
|
| |
the PredicateSimplifier is skipped in make check anyways.
llvm-svn: 29992
|
|
and simplifies expressions. This implements the optimization described
in PR807.
llvm-svn: 29947
|