[llvm] XCore: Add test for sincos and exp10 intrinsics (PR #148621)

Nigel Perks via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 06:03:33 PDT 2025


================
@@ -0,0 +1,71 @@
+; RUN: llc -mtriple=xcore-unknown-unknown < %s | FileCheck %s
+; RUN: llc -mtriple=xcore-none-linux < %s | FileCheck %s
+; RUN: llc -mtriple=xcore-none-linux-gnu < %s | FileCheck %s
----------------
nigelp-xmos wrote:

XCore is bare metal. We usually test triple `xcore-unknown-unknown` and/or CPU `-mcpu=xs1b-generic`. Is there a reason for the other two triples?

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


More information about the llvm-commits mailing list