[all-commits] [llvm/llvm-project] 7c77b5: [OpenCL] Improve OpenCL operator tests
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Wed Jan 13 06:51:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c77b536efdd953d6d97bffbd9ca320c517b26d7
https://github.com/llvm/llvm-project/commit/7c77b536efdd953d6d97bffbd9ca320c517b26d7
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-01-13 (Wed, 13 Jan 2021)
Changed paths:
M clang/test/SemaOpenCL/invalid-vector-literals.cl
R clang/test/SemaOpenCL/logical-ops.cl
A clang/test/SemaOpenCL/operators.cl
M clang/test/SemaOpenCL/vector_inc_dec_ops.cl
Log Message:
-----------
[OpenCL] Improve OpenCL operator tests
Extend testing of increment/decrement operators and make sure these
operators are tested in only one dedicated test file.
Rename logical-ops.cl to operators.cl, as it was already containing
more than just logical operators.
Add testing for the remainder operator on floating point types.
More information about the All-commits
mailing list