[all-commits] [llvm/llvm-project] d432e2: ValueTracking: strip stray break in recur-match (#...

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Wed Oct 2 03:19:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d432e22b2fce1dfd9456b85a095fd5f08e93c6dd
      https://github.com/llvm/llvm-project/commit/d432e22b2fce1dfd9456b85a095fd5f08e93c6dd
  Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
  Date:   2024-10-02 (Wed, 02 Oct 2024)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/InstCombine/cast_phi.ll
    M llvm/test/Transforms/InstCombine/known-non-zero.ll
    M llvm/test/Transforms/InstCombine/remove-loop-phi-multiply-by-zero.ll

  Log Message:
  -----------
  ValueTracking: strip stray break in recur-match (#109794)

There is a stray break statement in the recurrence-handling code in
computeKnownBitsFromOperator, that seems to be unintended. Strip this
statement so that we have the opportunity to go through the rest of
phi-handling code, and refine KnownBits further.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list