[all-commits] [llvm/llvm-project] 464dca: Revert "ValueTracking: Fix nan result handling for...

aeubanks via All-commits all-commits at lists.llvm.org
Fri Jun 16 11:24:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 464dcab8a6c823c9cb462bf4107797b8173de088
      https://github.com/llvm/llvm-project/commit/464dcab8a6c823c9cb462bf4107797b8173de088
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/Attributor/nofpclass-nan-fmul.ll
    M llvm/test/Transforms/Inline/simplify-instruction-computeKnownFPClass-context.ll
    M llvm/test/Transforms/InstSimplify/known-never-nan.ll

  Log Message:
  -----------
  Revert "ValueTracking: Fix nan result handling for fmul"

This reverts commit a632ca4b00279baf18e72a171ec0ce526e9d80aa.

Dependent commit to be reverted


  Commit: dd1c79b03004ae88ebead51aa021ab229ab0175c
      https://github.com/llvm/llvm-project/commit/dd1c79b03004ae88ebead51aa021ab229ab0175c
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
    M clang/test/CodeGen/arm_acle.c
    M clang/test/Headers/__clang_hip_math.hip

  Log Message:
  -----------
  Revert "clang: Update tests after InstSimplify change"

This reverts commit 14c44dfbcf1d6f81c1cdaa90ed243b3d53147903.

Dependent commit to be reverted.


  Commit: 935c8b6f3a4dda0ff881ed86faaad9fe5b276d70
      https://github.com/llvm/llvm-project/commit/935c8b6f3a4dda0ff881ed86faaad9fe5b276d70
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp

  Log Message:
  -----------
  Revert "InstSimplify: Remove null parent checks"

This reverts commit 2ca21e8775dd16189bb4c00c3f9553f17578a63c.

Dependent commit to be reverted


  Commit: 0c03f48480f69b854f86d31235425b5cb71ac921
      https://github.com/llvm/llvm-project/commit/0c03f48480f69b854f86d31235425b5cb71ac921
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst
    M llvm/include/llvm/Analysis/InstructionSimplify.h
    M llvm/include/llvm/IR/BasicBlock.h
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/IR/BasicBlock.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Utils/CloneFunction.cpp
    M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/test/Transforms/Inline/inline_inv_group.ll
    M llvm/test/Transforms/Inline/simplify-instruction-computeKnownFPClass-context.ll
    M llvm/test/Transforms/LoopRotate/pr56260.ll
    M llvm/test/Transforms/PhaseOrdering/runtime-check-removal.ll
    M llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll
    M llvm/test/Transforms/SampleProfile/pseudo-probe-stale-profile-matching.ll
    M llvm/test/Transforms/SimplifyCFG/pr46638.ll
    M llvm/unittests/Transforms/Utils/LocalTest.cpp

  Log Message:
  -----------
  Revert "InstSimplify: Require instruction be parented"

This reverts commit 1536e299e63d7788f38117b0212ca50eb76d7a3b.

Causes large binary size regressions, see comments on https://reviews.llvm.org/rG1536e299e63d7788f38117b0212ca50eb76d7a3b.


Compare: https://github.com/llvm/llvm-project/compare/95d3fd9a9137...0c03f48480f6


More information about the All-commits mailing list