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

Yingwei Zheng via All-commits all-commits at lists.llvm.org
Mon Nov 18 07:41:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52361d0368b79841be12156bf03cf8c1851e5df7
      https://github.com/llvm/llvm-project/commit/52361d0368b79841be12156bf03cf8c1851e5df7
  Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
  Date:   2024-11-18 (Mon, 18 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.



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