[PATCH] D19870: Adding test cases showing the behavior of LoopUnrollPass according to optnone and optsize attributes

Marianne Mailhot-Sarrasin via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 11:16:51 PDT 2016


mamai added a comment.

- I am not sure it is possible to merge the optsize tests in one call to opt, since one of them use the -unroll-count parameter and not the other. Do you see another way to do that?

- According to a previous commit fixing the behavior of minsize, I think it should behave the same as with optsize. See http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160111/323952.html.


Repository:
  rL LLVM

http://reviews.llvm.org/D19870





More information about the llvm-commits mailing list