[Openmp-commits] [PATCH] D153704: [openmp] remove initializeRewriteSymbolsLegacyPassPass

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Jun 24 09:18:01 PDT 2023


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp:83
 
   // Initialize passes
   PassRegistry &Registry = *PassRegistry::getPassRegistry();
----------------
nikic wrote:
> You can remove the entire code starting from here.
we don't need to initialize them anymore?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153704



More information about the Openmp-commits mailing list