diff options
author | Lubomir Litchev <Lubomir.Litchev@intel.com> | 2020-09-03 13:15:39 -0700 |
---|---|---|
committer | Lubomir Litchev <Lubomir.Litchev@intel.com> | 2020-09-08 09:23:38 -0700 |
commit | e2394245eb28695d5eed5d7c015e99141993c723 (patch) | |
tree | bbc5865a556bc40975b94205998faf3dcb31f2e3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 71133e8b5bceaf68a2cee59af371df570a1aed79 (diff) | |
download | llvm-e2394245eb28695d5eed5d7c015e99141993c723.zip llvm-e2394245eb28695d5eed5d7c015e99141993c723.tar.gz llvm-e2394245eb28695d5eed5d7c015e99141993c723.tar.bz2 |
Add an option for unrolling loops up to a factor.
Currently, there is no option to allow for unrolling a loop up to a specific factor (specified by the user).
The code for doing that is there and there are benefits when unrolling is done to smaller loops (smaller than the factor specified).
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D87111
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions