[all-commits] [llvm/llvm-project] 43dd56: [EarlyCSE] allow flexibility in atan(-0.0) test

Sanjay Patel via All-commits all-commits at lists.llvm.org
Wed Aug 10 12:04:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43dd567443e1faf0c3c6912c432cd94c47261778
      https://github.com/llvm/llvm-project/commit/43dd567443e1faf0c3c6912c432cd94c47261778
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-08-10 (Wed, 10 Aug 2022)

  Changed paths:
    M llvm/test/Transforms/EarlyCSE/atan.ll

  Log Message:
  -----------
  [EarlyCSE] allow flexibility in atan(-0.0) test

As discussed in the post-commit feedback for b53d44fe47413c87f619b,
this test was failing on AIX because atan(-0.0) results in 0.0 (positive).

Differential Revision: https://reviews.llvm.org/D131601




More information about the All-commits mailing list