diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2021-06-16 15:37:22 -0400 |
---|---|---|
committer | Huber, Joseph <huberjn@ornl.gov> | 2021-06-22 14:38:25 -0400 |
commit | b54ccab5096dc186fbc8343e1af75b5ccb09821b (patch) | |
tree | 6664eedc3b0e36dcca90e98dc640fdfc5c7de983 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8d84751ac488ad11e0964704e9ea5366731355f7 (diff) | |
download | llvm-b54ccab5096dc186fbc8343e1af75b5ccb09821b.zip llvm-b54ccab5096dc186fbc8343e1af75b5ccb09821b.tar.gz llvm-b54ccab5096dc186fbc8343e1af75b5ccb09821b.tar.bz2 |
[Attributor] Add an option to increase the max number of iterations
Right now the Attributor defaults to 32 fixed point iterations unless it is set
explicitly by a command line flag. This patch allows this to be configured when
the attributor instance is created. The maximum is then increased in OpenMPOpt
if the target is a kernel. This is because the globalization analysis can result
in larger iteration counts due to many dependent instances running at once.
Depends on D102444
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D104416
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions