[llvm-branch-commits] [llvm] SystemZ: Add sincos intrinsic test (PR #147473)

Ulrich Weigand via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 8 06:46:52 PDT 2025


uweigand wrote:

> The ZOS run line is mostly broken. update_test_checks seems to not work on it and I have no idea what I'm looking at here. It's not obvious to me what the calls are. I added some checks for the references to the libcalls printed at the end of the module, but didn't check anything in the function body. half also just asserts somewhere.

`half` is not currently implemented on z/OS.  On Linux, your half tests work for me.

In general, you probably don't need to bother with a z/OS test at this point, there's still too many open issues.  @redstar this is something to put on the list to add a z/OS test case later.

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


More information about the llvm-branch-commits mailing list