diff options
author | Vadim Paretsky <b-vadipa@microsoft.com> | 2023-05-18 18:56:25 -0700 |
---|---|---|
committer | Vadim Paretsky <b-vadipa@microsoft.com> | 2023-05-18 18:56:25 -0700 |
commit | d9b84c2c9d645032094e3db8e5f361d26167c224 (patch) | |
tree | 795e5d1c2ac2041bee46ad408f9c1ce1a34d4c8d /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | 3b78065e3026de0d1ea4802cb6a4f35ebc687cdf (diff) | |
download | llvm-d9b84c2c9d645032094e3db8e5f361d26167c224.zip llvm-d9b84c2c9d645032094e3db8e5f361d26167c224.tar.gz llvm-d9b84c2c9d645032094e3db8e5f361d26167c224.tar.bz2 |
[OpenMP] remove usage of std::abs in the new loop collapse support code
On some platforms, std::abs may inadvertently pull in a math library.
This patch replaces its use in the new loop collapse code with
a no thrills in-situ implementation.
Differential Revision: https://reviews.llvm.org/D150882
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions