[all-commits] [llvm/llvm-project] dea213: Add atan2 test case for prior change in X86SelLowe...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu Oct 17 10:45:11 PDT 2024


  Branch: refs/heads/users/vitalybuka/spr/sanitizer-large-range-support-in-isaccessiblememoryrange
  Home:   https://github.com/llvm/llvm-project
  Commit: dea213cb9b2e1ce7a6032ae4bc5306f74ebfc604
      https://github.com/llvm/llvm-project/commit/dea213cb9b2e1ce7a6032ae4bc5306f74ebfc604
  Author: Tex Riddell <texr at microsoft.com>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/fp-strict-libcalls-msvc32.ll

  Log Message:
  -----------
  Add atan2 test case for prior change in X86SelLowering.cpp (#112616)

When updating X86SelLowering.cpp for atan2, based on #96222, it was
known that a needed change was missing which was merged later in
#101268. However, the corresponding test update to
`fp-strict-libcalls-msvc32.ll` was missed.

This change rectifies that oversight.

This also adds a missing label to the tanh test, since it's produced by
update_llc_test_checks.py

Part of: Implement the atan2 HLSL Function #70096.


  Commit: 2bebeea2a1c74b78d1be32dbe3a7d724da1af102
      https://github.com/llvm/llvm-project/commit/2bebeea2a1c74b78d1be32dbe3a7d724da1af102
  Author: Tex Riddell <texr at microsoft.com>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
    M llvm/test/CodeGen/WebAssembly/libcalls-trig.ll

  Log Message:
  -----------
  [WebAssembly] Add atan2 to RuntimeLibcallSignatureTable (#112613)

This change is part of this proposal:
https://discourse.llvm.org/t/rfc-all-the-math-intrinsics/78294

- `WebAssemblyRuntimeLibcallSignatures.cpp`: Add `RTLIB::ATAN2*` to
RuntimeLibcallSignatureTable
- Add atan2 calls to `CodeGen/WebAssembly/libcalls-trig.ll` and update
test checks

Part of: Implement the atan2 HLSL Function #70096.


  Commit: 73cc8edbecb9a9930e91804858a6a839d8e6a96d
      https://github.com/llvm/llvm-project/commit/73cc8edbecb9a9930e91804858a6a839d8e6a96d
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
    M llvm/test/CodeGen/WebAssembly/libcalls-trig.ll
    M llvm/test/CodeGen/X86/fp-strict-libcalls-msvc32.ll

  Log Message:
  -----------
  rename

Created using spr 1.3.4


Compare: https://github.com/llvm/llvm-project/compare/85015069c46e...73cc8edbecb9

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