[all-commits] [llvm/llvm-project] 121500: AArch64: Add tests for arm64ec for special case ma...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Jul 6 21:04:36 PDT 2025
Branch: refs/heads/users/arsenm/aarch64/arm64ec-add-more-frexp-ldexp-powi-tests
Home: https://github.com/llvm/llvm-project
Commit: 1215000ffccb6f871554b6c03d98bd2264d3d425
https://github.com/llvm/llvm-project/commit/1215000ffccb6f871554b6c03d98bd2264d3d425
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
A llvm/test/CodeGen/AArch64/frexp-arm64ec.ll
A llvm/test/CodeGen/AArch64/ldexp-arm64ec.ll
A llvm/test/CodeGen/AArch64/powi-arm64ec.ll
M llvm/test/CodeGen/AArch64/powi.ll
Log Message:
-----------
AArch64: Add tests for arm64ec for special case math functions
ldexp, frexp, and powi are a special case on windows. Annoyingly
update_llc_test_checks seems to do nothing on these lines, and
there are unrelated errors on the half cases. Also, the powi test
didn't actually emit the libcall since it was using constant values
that fold into multiplies.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list