[all-commits] [llvm/llvm-project] a5b2ec: [flang] Fix thinko in CPU_TIME test
Diana via All-commits
all-commits at lists.llvm.org
Tue Jul 27 03:30:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5b2ec9c26db124dd7e7b576fff70ba94dc07842
https://github.com/llvm/llvm-project/commit/a5b2ec9c26db124dd7e7b576fff70ba94dc07842
Author: Diana Picus <diana.picus at linaro.org>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M flang/unittests/RuntimeGTest/Time.cpp
Log Message:
-----------
[flang] Fix thinko in CPU_TIME test
We used to test that end > start, but it can well be >= (otherwise the
loop doesn't make sense).
Commit: dc721064b43a40ed57454caebd533f89df16da7e
https://github.com/llvm/llvm-project/commit/dc721064b43a40ed57454caebd533f89df16da7e
Author: Diana Picus <diana.picus at linaro.org>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M flang/runtime/time-intrinsic.cpp
M flang/unittests/RuntimeGTest/Time.cpp
Log Message:
-----------
[flang] Fix minor style issues. NFC
Compare: https://github.com/llvm/llvm-project/compare/dc4ca0dbbcef...dc721064b43a
More information about the All-commits
mailing list