[PATCH] D140402: [OpenMP] Remove folding logic for removed runtime function

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 07:51:36 PST 2022


jhuber6 created this revision.
jhuber6 added reviewers: jdoerfert, tianshilei1992.
Herald added subscribers: ormris, guansong, hiraditya, yaxunl.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

This function was removed from the device runtime at some point but we
still have specialized code for it and an entry in the runtime kinds.
Remove it as it is no longer necessary.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140402

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/test/Transforms/OpenMP/fold_generic_main_thread.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140402.484274.patch
Type: text/x-patch
Size: 8473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221220/1c2528f2/attachment.bin>


More information about the llvm-commits mailing list