aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>2019-01-09 20:38:35 +0000
committerGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>2019-01-09 20:38:35 +0000
commita3afcf24453123abe7c1ba3d984b19cd64b206a7 (patch)
tree4c8968b45ab81f0718eedca561e0c3c0b0d857c1 /lldb/scripts/Python
parent2819d4d19c88b0ec9f1d76dd3beec0aea2076a44 (diff)
downloadllvm-a3afcf24453123abe7c1ba3d984b19cd64b206a7.zip
llvm-a3afcf24453123abe7c1ba3d984b19cd64b206a7.tar.gz
llvm-a3afcf24453123abe7c1ba3d984b19cd64b206a7.tar.bz2
[OpenMP] Add flag for preventing the extension to 64 bits for the collapse loop counter
Summary: Introduce a compiler flag for cases when the user knows that the collapsed loop counter can be safely represented using at most 32 bits. This will prevent the emission of expensive mathematical operations (such as the div operation) on the iteration variable using 64 bits where 32 bit operations are sufficient. Reviewers: ABataev, caomhin Reviewed By: ABataev Subscribers: hfinkel, kkwli0, guansong, cfe-commits Differential Revision: https://reviews.llvm.org/D55928 llvm-svn: 350758
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions