[PATCH] D66559: [OPENMP] Update the diagnosis message for canonical loop form

Chi Chun Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 14:49:06 PDT 2019


cchen added a comment.

"parallel_for_codegen" cannot pass now since it has two test cases for "!=" and it's hard to just add "fopenmp-version=50" since it will break lots of other test cases that have different codegen for OpenMP 5.0.
I can remove the "!=" case from "parallel_for_codegen" and add a new file such as "omp50_parallel_for_codegen" to test it but I doubt it's the right way to do it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66559/new/

https://reviews.llvm.org/D66559





More information about the cfe-commits mailing list