1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Transforms/LoopStrengthReduce
Andrew Trick dd6faad20a Avoid creating canonical induction variables for non-native types.
For example, on 32-bit architecture, don't promote all uses of the IV
to 64-bits just because one use is a 64-bit cast.
Alternate implementation of the patch by Arnaud de Grandmaison.

llvm-svn: 127884
2011-03-18 16:50:32 +00:00
..
2005-08-15-AddRecIV.ll
2005-08-17-OutOfLoopVariant.ll
2005-09-12-UsesOutOutsideOfLoop.ll
2007-04-23-UseIterator.ll
2008-08-13-CmpStride.ll
2008-08-14-ShadowIV.ll
2008-09-09-Overflow.ll
2009-01-13-nonconstant-stride-outside-loop.ll
2009-04-28-no-reduce-mul.ll
2009-11-10-LSRCrash.ll
count-to-zero.ll
dead-phi.ll
dg.exp
different-type-ivs.ll
dont_insert_redundant_ops.ll
dont_reduce_bytes.ll
dont_reverse.ll
dont-hoist-simple-loop-constants.ll
exit_compare_live_range.ll
hoist-parent-preheader.ll Add a test for the LSR issue exposed by r125254. 2011-02-11 00:49:27 +00:00
invariant_value_first_arg.ll Avoid creating canonical induction variables for non-native types. 2011-03-18 16:50:32 +00:00
invariant_value_first.ll Avoid creating canonical induction variables for non-native types. 2011-03-18 16:50:32 +00:00
nested-reduce.ll
nonlinear-postinc.ll
ops_after_indvar.ll Avoid creating canonical induction variables for non-native types. 2011-03-18 16:50:32 +00:00
phi_node_update_multiple_preds.ll
pr2537.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
pr2570.ll Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch 2011-02-20 08:38:20 +00:00
pr3086.ll
pr3399.ll
pr3571.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
quadradic-exit-value.ll Generalize IVUsers to track arbitrary expressions rather than expressions 2010-04-07 22:27:08 +00:00
related_indvars.ll
remove_indvar.ll
share_code_in_preheader.ll
share_ivs.ll
uglygep.ll Move x86-specific tests out of test/Transforms/LoopStrengthReduce and 2010-08-05 17:04:15 +00:00
use_postinc_value_outside_loop.ll
var_stride_used_by_compare.ll Avoid creating canonical induction variables for non-native types. 2011-03-18 16:50:32 +00:00
variable_stride.ll