[Openmp-commits] [PATCH] D140910: [OpenMP][Fix] Use type promotion legacy pass

Gheorghe-Teodor Bercea via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 3 10:30:45 PST 2023


doru1004 created this revision.
doru1004 added reviewers: jdoerfert, ronl, jhuber6.
doru1004 added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
doru1004 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.

The type pass has been renamed from `initializeTypePromotionPass` to `initializeTypePromotionLegacuPass` in patch: https://reviews.llvm.org/D140893


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140910

Files:
  openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp


Index: openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp
===================================================================
--- openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp
+++ openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp
@@ -107,7 +107,7 @@
   initializeWasmEHPreparePass(Registry);
   initializeWriteBitcodePassPass(Registry);
   initializeHardwareLoopsPass(Registry);
-  initializeTypePromotionPass(Registry);
+  initializeTypePromotionLegacyPass(Registry);
   initializeReplaceWithVeclibLegacyPass(Registry);
   initializeJMCInstrumenterPass(Registry);
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140910.486020.patch
Type: text/x-patch
Size: 622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230103/7fdff05b/attachment.bin>


More information about the Openmp-commits mailing list