[llvm] [x86] Add tan intrinsic part 4 (PR #90503)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 02:09:27 PDT 2024


================
@@ -0,0 +1,60 @@
+; 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
+
+define half @use_tanf16(half %a) {
----------------
RKSimon wrote:

add nounwind to get rid of the cfi noise

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


More information about the llvm-commits mailing list