[all-commits] [llvm/llvm-project] 95209e: ValueTracking: Prepare to phase out CannotBeOrdere...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 23 16:26:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95209e37d7280c22cd45f5b2e740d5e29ad7a198
      https://github.com/llvm/llvm-project/commit/95209e37d7280c22cd45f5b2e740d5e29ad7a198
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/ValueTracking.h

  Log Message:
  -----------
  ValueTracking: Prepare to phase out CannotBeOrderedLessThanZero

Introduce a full featured wrapper around computeKnownFPClass
to start replacing the uses with.


  Commit: 13cf479dd125ada7fba6e36791e68e32d5c1f225
      https://github.com/llvm/llvm-project/commit/13cf479dd125ada7fba6e36791e68e32d5c1f225
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/test/Transforms/InstSimplify/floating-point-compare.ll

  Log Message:
  -----------
  ValueTracking: Use new version of cannotBeOrderedLessThanZero

Pass all arguments so now assumes work.


Compare: https://github.com/llvm/llvm-project/compare/44265dc3554e...13cf479dd125


More information about the All-commits mailing list