[llvm] [TLI] Return LibFunc from TargetLibraryInfo::getLibFunc (PR #217561)
Kito Cheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 02:55:44 PDT 2026
================
@@ -1,11 +1,12 @@
; RUN: opt < %s -passes='print<branch-prob>' -disable-output 2>&1 | FileCheck %s
+target datalayout = "e-p:32:32"
----------------
kito-cheng wrote:
thanks! good to know, I thought it will got different result based on the host.
https://github.com/llvm/llvm-project/pull/217561
More information about the llvm-commits
mailing list