[llvm] [IR] Add `llvm.sincos` intrinsic (PR #109825)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 03:52:42 PDT 2024
================
@@ -0,0 +1,516 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc -mtriple=aarch64-gnu-linux < %s | FileCheck -check-prefixes=CHECK %s
----------------
RKSimon wrote:
Are there aarch64/arm targets that don't have sincos that we can test on as well?
https://github.com/llvm/llvm-project/pull/109825
More information about the llvm-commits
mailing list