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

Abid via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Nov 22 09:05:14 PST 2020


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

Should I build a new folder at /llvm-project/llvm/test/Transforms for the tests? or put them in some loop related directory? ( Loop Fusion seems the most relevant).



================
Comment at: .arcconfig:2
 {
-  "phabricator.uri" : "https://reviews.llvm.org/",
-  "repository.callsign" : "G",
-  "conduit_uri" : "https://reviews.llvm.org/"
+  "phabricator.uri" : "https://reviews.llvm.org/"
 }
----------------
sstefan1 wrote:
> This seems unrelated.
Should I then include the following?

"repository.callsign" : "G",
"conduit_uri" : "https://reviews.llvm.org/"


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