[all-commits] [llvm/llvm-project] 7e2da7: [ConstraintElim] Bail out on non-dedicated exits w...

Yingwei Zheng via All-commits all-commits at lists.llvm.org
Mon Nov 25 00:46:23 PST 2024


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e2da7d262380d5ebaf25dbadd7ad2440f6ce21f
      https://github.com/llvm/llvm-project/commit/7e2da7d262380d5ebaf25dbadd7ad2440f6ce21f
  Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
  Date:   2024-11-25 (Mon, 25 Nov 2024)

  Changed paths:
    M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
    M llvm/test/Transforms/ConstraintElimination/induction-condition-in-loop-exit.ll

  Log Message:
  -----------
  [ConstraintElim] Bail out on non-dedicated exits when adding exiting conditions (#116627)

This patch bails out non-dedicated exits to avoid adding exiting
conditions to invalid context.
Closes https://github.com/llvm/llvm-project/issues/116553.

(cherry picked from commit 52361d0368b79841be12156bf03cf8c1851e5df7)



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