[PATCH] D19827: Do not disable completely loop unroll according to optimization level.

Marianne Mailhot-Sarrasin via cfe-commits cfe-commits at lists.llvm.org
Tue May 3 07:16:30 PDT 2016


mamai added a subscriber: tyler.nowicki.
mamai added a comment.

I think the blog comment is right. The pragma should make the loop unroll even in /Os. I think it is essential to allow the user to optimize some specific loops even if he generally wants to optimize for size the rest of the code. I will add tests that show the behavior of the loop unroll pass when optnone or optsize are specified.


Repository:
  rL LLVM

http://reviews.llvm.org/D19827





More information about the cfe-commits mailing list