[PATCH] D90103: Add OpenMP for optimization

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 16:47:01 PST 2021


jdoerfert added a comment.

Let's focus on the tests without the optimization code.

On that front:

1. Avoid unnecessary complexity, i.a., print, and go for simple identifiable calls, like `body1()`
2. Remove everything from the test that is not needed, e.g. unrelated functions, attributes, etc.
3. Preprocess the tests with common passes such as mem2reg, instcombine, and simplifycfg. We only want to run openmpopt on them later, never O3 <https://reviews.llvm.org/owners/package/3/>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90103



More information about the llvm-commits mailing list