In OpenMP 4.5, only 4 relational operators are supported: <, <=, >, and >=.
This work is to enable support for relational operator !- (not-equal) as one of the canonical forms.
Details
Details
- Reviewers
ABataev Hahnfeld RaviNarayanaswamy mikerice kkwli0 hfinkel gtbercea jdoerfert - Commits
- rGefbe4afbdabc: [OPENMP] Support relational-op != (not-equal) as one of the canonical forms of…
rC347405: [OPENMP] Support relational-op != (not-equal) as one of the canonical
rL347405: [OPENMP] Support relational-op != (not-equal) as one of the canonical
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Please do a rebase. The test case teams_distribute_simd_loop_messages.cpp needs to update too.
clang/lib/Sema/SemaOpenMP.cpp | ||
---|---|---|
3707 ↗ | (On Diff #173736) | has -> have |
Comment Actions
- Correct the typo on line 3707 clang/lib/Sema/SemaOpenMP.cpp
- Update the testcase: teams_distribute_simd_loop_messages.cpp
This comment was removed by cchen.