[llvm] [Offload]: Skip copying of unused kernel-mapped data (PR #124723)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 17:34:36 PST 2025
================
@@ -0,0 +1,83 @@
+// clang-format off
+// RUN: %libomptarget-compilexx-generic
+// RUN: env LIBOMPTARGET_INFO=128 %libomptarget-run-generic 2>&1 \
+// RUN: | %fcheck-generic
+
+// REQUIRES: gpu
+// clang-format on
+
+int main() {
+ float DataStack = 0;
+
+// CHECK-NOT: omptarget device 0 info: from(unknown)[4] is not used and will not
----------------
jdoerfert wrote:
Check, if possible, the message that says it's copied, not the missing message.
https://github.com/llvm/llvm-project/pull/124723
More information about the llvm-commits
mailing list