[all-commits] [llvm/llvm-project] bb4c6e: [OpenMP] Remove folding logic for removed runtime ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Dec 20 11:38:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb4c6e7a0643be9fe797ec7b5806ecbe83c7d512
https://github.com/llvm/llvm-project/commit/bb4c6e7a0643be9fe797ec7b5806ecbe83c7d512
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
R llvm/test/Transforms/OpenMP/fold_generic_main_thread.ll
Log Message:
-----------
[OpenMP] Remove folding logic for removed runtime function
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.
Reviewed By: tianshilei1992
Differential Revision: https://reviews.llvm.org/D140402
More information about the All-commits
mailing list