[all-commits] [llvm/llvm-project] 38a657: ValueTracking: Add computeKnownFPClass baseline te...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Apr 26 02:21:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38a657e8e45afaaa28720acee43e44d45c357707
      https://github.com/llvm/llvm-project/commit/38a657e8e45afaaa28720acee43e44d45c357707
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    A llvm/test/Transforms/Attributor/nofpclass-ceil.ll
    A llvm/test/Transforms/Attributor/nofpclass-floor.ll
    A llvm/test/Transforms/Attributor/nofpclass-nearbyint.ll
    A llvm/test/Transforms/Attributor/nofpclass-rint.ll
    A llvm/test/Transforms/Attributor/nofpclass-round.ll
    A llvm/test/Transforms/Attributor/nofpclass-roundeven.ll

  Log Message:
  -----------
  ValueTracking: Add computeKnownFPClass baseline tests for rounding intrinsics


  Commit: 8927b9d2f2c27561857216b77b880046921ee89f
      https://github.com/llvm/llvm-project/commit/8927b9d2f2c27561857216b77b880046921ee89f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    A llvm/test/Transforms/Attributor/nofpclass-log.ll

  Log Message:
  -----------
  ValueTracking: Add baseline tests for log computeKnownFPClass


  Commit: 8e72219973905c2799cf9caccd294722b176770f
      https://github.com/llvm/llvm-project/commit/8e72219973905c2799cf9caccd294722b176770f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/Attributor/nofpclass-log.ll

  Log Message:
  -----------
  ValueTracking: Implement computeKnownFPClass for log


  Commit: 2a8db0be9e57cc49db34b3f39e2171099317f929
      https://github.com/llvm/llvm-project/commit/2a8db0be9e57cc49db34b3f39e2171099317f929
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    A llvm/test/Transforms/Attributor/nofpclass-powi.ll

  Log Message:
  -----------
  ValueTracking: Add baseline tests for powi computeKnownFPClass


  Commit: 2ff52ea4ad0ae1ee0b349525d9dbed9efbbae788
      https://github.com/llvm/llvm-project/commit/2ff52ea4ad0ae1ee0b349525d9dbed9efbbae788
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/Attributor/nofpclass-powi.ll

  Log Message:
  -----------
  ValueTracking: Handle powi in computeKnownFPClass

Extract the handling from cannotBeOrderedLessThanZeroImpl and
avoid the mentioned -0 bug.


  Commit: 77e3fea02bf27c49ce9ebe7452aab43cc1235f8b
      https://github.com/llvm/llvm-project/commit/77e3fea02bf27c49ce9ebe7452aab43cc1235f8b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/Attributor/nofpclass-trunc.ll

  Log Message:
  -----------
  ValueTracking: Improve trunc handling in computeKnownFPClass


Compare: https://github.com/llvm/llvm-project/compare/52b51ee0d422...77e3fea02bf2


More information about the All-commits mailing list