[PATCH] D54441: [OPENMP] Support relational-op !- (not-equal) as one of the canonical forms of random access iterator

Kelvin Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 15 12:45:26 PST 2018


kkwli0 added a comment.

Please do a rebase.  The test case teams_distribute_simd_loop_messages.cpp needs to update too.



================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:3707
   ///   UB  >= Var
-  bool TestIsLessOp = false;
+  /// This will has no value when the condition is !=
+  llvm::Optional<bool> TestIsLessOp;
----------------
has -> have


Repository:
  rC Clang

https://reviews.llvm.org/D54441





More information about the cfe-commits mailing list