[all-commits] [llvm/llvm-project] 3e39cf: Revert "Revert "InstSimplify: Require instruction ...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e39cfe5b4af7a8496049f623cfce177dc1903d6
      https://github.com/llvm/llvm-project/commit/3e39cfe5b4af7a8496049f623cfce177dc1903d6
  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 "Revert "InstSimplify: Require instruction be parented""

This reverts commit 0c03f48480f69b854f86d31235425b5cb71ac921.

Going to fix forward size regression instead due to more dependent patches needing to be reverted otherwise.


  Commit: d202bc7235515f678ab89af48c67fc4d415c27fa
      https://github.com/llvm/llvm-project/commit/d202bc7235515f678ab89af48c67fc4d415c27fa
  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 "Revert "InstSimplify: Remove null parent checks""

This reverts commit 935c8b6f3a4dda0ff881ed86faaad9fe5b276d70.

Going to fix forward size regression instead due to more dependent patches needing to be reverted otherwise.


  Commit: 85f4ef3baa9eb76aec939beaa3d378f57df8f0ef
      https://github.com/llvm/llvm-project/commit/85f4ef3baa9eb76aec939beaa3d378f57df8f0ef
  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 "Revert "clang: Update tests after InstSimplify change""

This reverts commit dd1c79b03004ae88ebead51aa021ab229ab0175c.

Going to fix forward size regression instead due to more dependent patches needing to be reverted otherwise.


  Commit: f4f826bcd4b59b31f4233b68755be62526b80630
      https://github.com/llvm/llvm-project/commit/f4f826bcd4b59b31f4233b68755be62526b80630
  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 "Revert "ValueTracking: Fix nan result handling for fmul""

This reverts commit 464dcab8a6c823c9cb462bf4107797b8173de088.

Going to fix forward size regression instead due to more dependent patches needing to be reverted otherwise.


Compare: https://github.com/llvm/llvm-project/compare/5759e3ce6d03...f4f826bcd4b5


More information about the All-commits mailing list