mikerice added a comment.
Looks like now omp.outlined functions are marked with both 'noinline' and
'alwaysinline'. See https://bugs.llvm.org/show_bug.cgi?id=51349
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106799/new/
https://reviews.llvm.org
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaf000197c421: [OpenMP] Always inline the OpenMP outlined
function (authored by jhuber6).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST A
jhuber6 updated this revision to Diff 361764.
jhuber6 added a comment.
Fix test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106799/new/
https://reviews.llvm.org/D106799
Files:
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/nvptx_target
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
One test needs to be fixed. LG
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106799/new/
https://reviews.llvm.org/D106799
___
jhuber6 created this revision.
jhuber6 added a reviewer: jdoerfert.
Herald added subscribers: guansong, yaxunl.
jhuber6 requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.
This patch adds the always inline attribute to the outlined fun