[PATCH] D54899: [LoopStrengthReduce] ComplexityLimit as an option
Gil Rapaport via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 27 08:26:33 PST 2018
gilr added inline comments.
================
Comment at: test/Transforms/LoopStrengthReduce/ARM/complexity.ll:101
+
+for.body12.us.us:
+ %filter_x.053.us.us = phi i32 [ %inc.us.us.3, %for.body12.us.us ], [ 0, %for.cond9.preheader.us.us ]
----------------
Can the code be reduced to just this loop? Are the outer/epilog loops necessary?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54899/new/
https://reviews.llvm.org/D54899
More information about the llvm-commits
mailing list