[PATCH] D147572: [Clang][OpenMP] Fix failure with team-wide allocated variable

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 20:20:27 PDT 2023


jhuber6 added inline comments.


================
Comment at: clang/test/OpenMP/target_team_variable_codegen.cpp:33
+//.
+// CHECK-NVIDIA: @local_a = internal addrspace(3) global [10 x i32] zeroinitializer, align 4
+//.
----------------
Shouldn't the Nvidia version also be undefined? Not sure why this should vary depending on the target.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147572/new/

https://reviews.llvm.org/D147572



More information about the llvm-commits mailing list