[clang] [llvm] [Offload] Rework offloading entry type to be more generic (PR #124018)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 15:57:37 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
----------------
jhuber6 wrote:
No, they just don't test anything interesting and we don't need a million random DAG checks for some thing that's tested in a bunch of other places, so I saved myself some time by nuking them.
https://github.com/llvm/llvm-project/pull/124018
More information about the llvm-commits
mailing list