[Openmp-commits] [PATCH] D90103: Add OpenMP for optimization

Abid via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Mar 12 07:06:17 PST 2021


abidmalikwaterloo marked an inline comment as done.
abidmalikwaterloo added a comment.

In D90103#2622092 <https://reviews.llvm.org/D90103#2622092>, @abidmalikwaterloo wrote:

> - Apply the update_test_checks.py

I have cleaned it



================
Comment at: llvm/test/Transforms/OpenMP/parallel_omp_for_loop_merge1.ll:2
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; RUN: opt -S  -openmpopt <  %s | FileCheck %s
+; The IR was produced using -O0 and later applying mem2reg, simplifycfg, and instrcombine passes
----------------
jdoerfert wrote:
> can you run the update_test_checks.py script on this to create the run lines.
> can you run the update_test_checks.py script on this to create the run lines.

Done


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90103



More information about the Openmp-commits mailing list