[PATCH] D15922: [Cloning] rename cloneLoopWithPreheader() and add assert to ensure no sub-loops

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 10:45:19 PDT 2016


hfinkel added a comment.

Upon reflection, cloning an outer loop is something we'll want to be able to do at some point. Why don't we just add the assertion for now, and then fix the function once we have a concrete use case?


http://reviews.llvm.org/D15922





More information about the llvm-commits mailing list