Chris Lattner
|
a76347d917
|
Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and
PR726 by performing consistent signed division, not consistent unsigned
division when evaluating scev's. Do not touch udivs.
llvm-svn: 27326
|
2006-04-01 04:48:52 +00:00 |
|
Chris Lattner
|
d92225434a
|
Refactor a bunch of code into a non-inlined method
llvm-svn: 25972
|
2006-02-04 09:51:33 +00:00 |
|
Chris Lattner
|
43978e529e
|
add a method
llvm-svn: 25959
|
2006-02-04 05:49:01 +00:00 |
|
Jeff Cohen
|
019104459d
|
Keep tabs and trailing spaces out.
llvm-svn: 22565
|
2005-07-30 18:33:25 +00:00 |
|
Nate Begeman
|
0d1a7b6737
|
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
other passes may use it.
llvm-svn: 22557
|
2005-07-30 00:12:19 +00:00 |
|