[llvm] [OpenMP][FIX] Remove unsound omp_get_thread_limit deduplication (PR #79524)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 4 04:58:48 PST 2024
================
@@ -0,0 +1,70 @@
+; RUN: opt -passes=openmp-opt-cgscc -S < %s | FileCheck %s
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
----------------
jhuber6 wrote:
Can you clean up this test somewhat? I don't think we need the data layout or attributes like `noundef` and `dso_local`.
https://github.com/llvm/llvm-project/pull/79524
More information about the llvm-commits
mailing list