This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
96afab520b
llvm-project
/
llvm
/
test
/
Transforms
/
IndVarSimplify
History
Dan Gohman
2625f2cb80
Make this testcase slightly less trivial, so that it doesn't fail
...
if indvars happens to optimize away the unused primary induction variable. llvm-svn: 70333
2009-04-28 22:03:26 +00:00
..
2002-09-09-PointerIndVar.ll
…
2003-04-16-ExprAnalysis.ll
…
2003-09-12-MultiplePred.ll
…
2003-09-23-NotAtTop.ll
Make this testcase slightly less trivial, so that it doesn't fail
2009-04-28 22:03:26 +00:00
2003-12-10-IndVarDeadCode.ll
…
2003-12-10-RemoveInstrCrash.ll
…
2003-12-15-Crash.ll
…
2003-12-21-IndVarSize.ll
…
2004-03-10-PHIInsertionBug.ll
…
2004-04-05-InvokeCastCrash.ll
…
2004-04-07-ScalarEvolutionCrash.ll
…
2005-02-11-InvokeCrash.ll
…
2005-02-17-TruncateExprCrash.ll
…
2005-02-26-ExitValueCompute.ll
…
2005-06-15-InstMoveCrash.ll
…
2005-11-18-Crash.ll
…
2006-03-31-NegativeStride.ll
…
2006-06-16-Indvar-LCSSA-Crash.ll
…
2006-09-20-LFTR-Crash.ll
…
2006-12-10-BitCast.ll
…
2007-01-06-TripCount.ll
…
2007-01-08-X86-64-Pointer.ll
…
2007-06-06-DeleteDanglesPtr.ll
…
2007-11-23-BitcastCrash.ll
…
2008-06-15-SCEVExpanderBug.ll
…
2008-09-02-IVType.ll
…
2008-10-03-CouldNotCompute.ll
…
2008-11-03-Floating.ll
…
2008-11-17-Floating.ll
…
2008-11-25-APFloatAssert.ll
…
2009-04-14-shorten_iv_vars.ll
Enhance induction variable code to remove the
2009-04-15 01:10:12 +00:00
2009-04-15-shorten-iv-vars-2.ll
Another testcase for IV shortening.
2009-04-16 00:45:21 +00:00
2009-04-22-IndvarCrash.ll
Make sure both operands have binary instructions have the same type.
2009-04-22 23:39:28 +00:00
2009-04-27-Floating.ll
Fix PR 4086, a bug in FP IV elimination.
2009-04-27 21:03:15 +00:00
avoid-i0.ll
Handle ands with ~0 correctly too. This fixes PR4052.
2009-04-27 01:41:10 +00:00
casted-argument.ll
Fix an error in this test.
2009-04-23 15:22:28 +00:00
complex-scev.ll
…
dg.exp
…
exit_value_tests.ll
…
iterationCount_zext_or_trunc.ll
…
lftr_simple.ll
…
loop_evaluate_1.ll
…
loop_evaluate_2.ll
…
loop_evaluate_3.ll
…
loop_evaluate_4.ll
…
pointer-indvars.ll
…
preserve-signed-wrap.ll
Back out the change in 64918 that used sign-extensions when promoting
2009-02-23 23:20:35 +00:00
promote-iv-to-eliminate-casts.ll
Back out the change in 64918 that used sign-extensions when promoting
2009-02-23 23:20:35 +00:00
signed-trip-count.ll
Back out the change in 64918 that used sign-extensions when promoting
2009-02-23 23:20:35 +00:00
subtract.ll
…
tripcount_compute.ll
…
tripcount_infinite.ll
…
variable-stride-ivs.ll
…