[all-commits] [llvm/llvm-project] dc0207: [LICM] Check hasNoSignedZeros in hoistFPAssociation.

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Aug 23 14:05:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc02070d695113d581b3ea50598e3aa5f1c0f42f
      https://github.com/llvm/llvm-project/commit/dc02070d695113d581b3ea50598e3aa5f1c0f42f
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/test/Transforms/LICM/expr-reassociate.ll

  Log Message:
  -----------
  [LICM] Check hasNoSignedZeros in hoistFPAssociation.

This matches the check done by the Reassociate pass that we're
trying to reverse.

Reviewed By: nikic

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




More information about the All-commits mailing list