[clang] [llvm] [Offload] Rework offloading entry type to be more generic (PR #124018)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 15:55:48 PST 2025
================
@@ -160,54 +160,30 @@
// CHECK-NTARGET-NOT: private unnamed_addr constant [1 x i
// CHECK-DAG: [[NAMEPTR1:@.+]] = internal unnamed_addr constant [{{.*}} x i8] c"[[NAME1:__omp_offloading_[0-9a-f]+_[0-9a-f]+__Z.+_l[0-9]+]]\00"
-// CHECK-DAG: [[ENTRY1:@.+]] = weak{{.*}} constant [[ENTTY]] { ptr @{{.*}}, ptr [[NAMEPTR1]], i[[SZ]] 0, i32 0, i32 0 }, section "omp_offloading_entries", align 1
----------------
Artem-B wrote:
Is this expected that we no longer emit these constant values? It's somewhat surprised for the entry format change. I'd expect us to emit the sane number of entries.
https://github.com/llvm/llvm-project/pull/124018
More information about the llvm-commits
mailing list