[llvm] MSP430: Add test for llvm.sincos intrinsic (PR #148602)

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 24 08:48:46 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
----------------
asl wrote:

I'm not quite sure how these triples are relevant. There is certainly no Linux on 16-bit controller :)

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


More information about the llvm-commits mailing list