[all-commits] [llvm/llvm-project] 0243b4: [InstSimplify] add tests for FP infinity compare w...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Sun Oct 2 08:32:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0243b424d7761659e0bae030f97be13172cfa114
      https://github.com/llvm/llvm-project/commit/0243b424d7761659e0bae030f97be13172cfa114
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-10-02 (Sun, 02 Oct 2022)

  Changed paths:
    M llvm/test/Transforms/InstSimplify/floating-point-compare.ll

  Log Message:
  -----------
  [InstSimplify] add tests for FP infinity compare with fpext; NFC


  Commit: 4490cfbaf4591febc784592fa11a9d418e6c8d5a
      https://github.com/llvm/llvm-project/commit/4490cfbaf4591febc784592fa11a9d418e6c8d5a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-10-02 (Sun, 02 Oct 2022)

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

  Log Message:
  -----------
  [ValueTracking] peek through fpext in isKnownNeverInfinity()

https://alive2.llvm.org/ce/z/BkNoRW


Compare: https://github.com/llvm/llvm-project/compare/5e1a9d319d2e...4490cfbaf459


More information about the All-commits mailing list