[PATCH] D24451: [LoopUnroller] Replace UnrollingPreferences::Force with ForceMaxCount + SystemZ getUnrollingPreferences().

Jonas Paulsson via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 04:40:32 PDT 2016


jonpa added a comment.

> What I suggested is to count exit branches (without a dependency on unroll type)...


I agree it might be interesting to count the number of branches and experiment further with that. It would be nice however to first get the basic patch approved as it is now.


https://reviews.llvm.org/D24451





More information about the llvm-commits mailing list