[llvm] [llvm] Improve TLI for Darwin libsystem_m functions (PR #109479)
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 15:57:17 PDT 2024
================
@@ -0,0 +1,43 @@
+; RUN: opt -vector-library=Darwin_libsystem_m -passes=inject-tli-mappings,loop-vectorize -S < %s | FileCheck %s
+
+target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
----------------
jroelofs wrote:
feel free to pick e73b49a3125964b0b4f35b4a5aab8d94bc5c7335 into your PR, and I'll revert it from mine, and then resurrect the test that covers the `hasOptimizedCodeGen` bit that I removed because of https://github.com/llvm/llvm-project/pull/109479#discussion_r1781856938
https://github.com/llvm/llvm-project/pull/109479
More information about the llvm-commits
mailing list