[PATCH] D15559: [LoopUnrollRuntime] Do unroll when the unroll factor is 2

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 05:09:36 PST 2015


hfinkel added a subscriber: hfinkel.
hfinkel added a comment.

This needs a test case (either in test/Transforms/LoopUnroll/AArch64 or in test/Transforms/LoopUnroll). Also, why does this logic belong here and not in Expander.isHighCostExpansion?


http://reviews.llvm.org/D15559





More information about the llvm-commits mailing list