diff options
author | Mark Heffernan <meheff@google.com> | 2014-07-24 22:36:40 +0000 |
---|---|---|
committer | Mark Heffernan <meheff@google.com> | 2014-07-24 22:36:40 +0000 |
commit | 8ec1474f7f5f1673f6ea0bc47bdbded62fefde0e (patch) | |
tree | 4afcba3419d03de694751037c1005908d2130fbd /clang/test/Driver/clang-exception-flags.cpp | |
parent | b5459e6e22e7daac8a303a7ccba00328cec97453 (diff) | |
download | bcm5719-llvm-8ec1474f7f5f1673f6ea0bc47bdbded62fefde0e.tar.gz bcm5719-llvm-8ec1474f7f5f1673f6ea0bc47bdbded62fefde0e.zip |
After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor
hint) the loop unroller replaces the llvm.loop.unroll.count metadata with
llvm.loop.unroll.disable metadata to prevent any subsequent unrolling
passes from unrolling more than the hint indicates. This patch fixes
an issue where loop unrolling could be disabled for other loops as well which
share the same llvm.loop metadata.
llvm-svn: 213900
Diffstat (limited to 'clang/test/Driver/clang-exception-flags.cpp')
0 files changed, 0 insertions, 0 deletions