[llvm] [X86][GlobalISel] Enable Trigonometric functions with libcall mapping (PR #126931)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 08:55:53 PST 2025
================
@@ -1,63 +1,225 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
-; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
----------------
arsenm wrote:
Most of the diff here is expanding the checks from x86_64 to also include i686, for both selectors. Better to precommit the additional target before adding the gisel runs
https://github.com/llvm/llvm-project/pull/126931
More information about the llvm-commits
mailing list