| commit | b192670279edf6bbf82a88c288ef8376558a6bd5 | [log] [tgz] |
|---|---|---|
| author | Marianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com> | Wed May 04 17:45:40 2016 +0000 |
| committer | Marianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com> | Wed May 04 17:45:40 2016 +0000 |
| tree | 16eab5f4ba58fbb4b0d3aaf4dc8d03c58ce3ef86 | |
| parent | 5dc2c3fb94900d54a78df39358a14542e489a741 [diff] |
Adding test cases showing the behavior of LoopUnrollPass according to optnone and optsize attributes The unroll pass was disabled by clang in /Os. Those new test cases shows that the pass will behave correctly even if it is not fully disabled. This patch is related in some way to the clang commit (http://reviews.llvm.org/D19827), which re-enables the pass in /Os. Differential Revision: http://reviews.llvm.org/D19870 llvm-svn: 268524