[all-commits] [llvm/llvm-project] 0db197: [Test] Mark a number of libcall tests `nounwind` (...
Trevor Gross via All-commits
all-commits at lists.llvm.org
Sat Jul 12 02:57:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0db197adefa4f8e2901786db81fbedd9792cdab3
https://github.com/llvm/llvm-project/commit/0db197adefa4f8e2901786db81fbedd9792cdab3
Author: Trevor Gross <tmgross at umich.edu>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M llvm/test/CodeGen/AArch64/fsincos.ll
M llvm/test/CodeGen/AArch64/llvm.frexp.ll
M llvm/test/CodeGen/AArch64/llvm.sincos.ll
M llvm/test/CodeGen/Mips/ldexp.ll
M llvm/test/CodeGen/PowerPC/exp10-libcall.ll
M llvm/test/CodeGen/PowerPC/ldexp-libcall.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/SystemZ/fp-half-libcall.ll
M llvm/test/CodeGen/X86/exp10-libcall.ll
M llvm/test/CodeGen/X86/ldexp-f80.ll
M llvm/test/CodeGen/X86/ldexp-libcall.ll
M llvm/test/CodeGen/X86/ldexp-not-readonly.ll
M llvm/test/CodeGen/X86/ldexp-strict.ll
M llvm/test/CodeGen/X86/ldexp-wrong-signature.ll
M llvm/test/CodeGen/X86/ldexp-wrong-signature2.ll
M llvm/test/CodeGen/X86/ldexp.ll
M llvm/test/CodeGen/X86/llvm.frexp.f80.ll
M llvm/test/CodeGen/X86/llvm.frexp.ll
M llvm/test/CodeGen/X86/sincos-stack-args.ll
M llvm/test/CodeGen/X86/sincos.ll
Log Message:
-----------
[Test] Mark a number of libcall tests `nounwind` (#148329)
Many tests for floating point libcalls include CFI directives, which
isn't needed for the purpose of these tests. Mark some of the relevant
test functions `nounwind` in order to remove this noise.
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