[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:49 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"
+
+declare i32 @printf(ptr noundef, ...)
----------------
jhuber6 wrote:

Just make this some external call instead of printf.

https://github.com/llvm/llvm-project/pull/79524


More information about the llvm-commits mailing list