[llvm] MSP430: Add test for llvm.sincos intrinsic (PR #148602)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 23:16:22 PDT 2025
================
@@ -0,0 +1,608 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc -mtriple=msp430-unknown-unknown < %s | FileCheck %s
+; RUN: llc -mtriple=msp430-unknown-linux < %s | FileCheck %s
+; RUN: llc -mtriple=msp430-unknown-linux-gnu < %s | FileCheck -check-prefix=GNU %s
----------------
arsenm wrote:
Removed them, this got opted out of the old gnu by default handling so they are now identical anyway
https://github.com/llvm/llvm-project/pull/148602
More information about the llvm-commits
mailing list