[all-commits] [llvm/llvm-project] e9b33d: [ConstraintElim] Add extra tests with nested loops...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Oct 2 04:52:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9b33d085da05da6ce943dc563134f5ba91ca35b
      https://github.com/llvm/llvm-project/commit/e9b33d085da05da6ce943dc563134f5ba91ca35b
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-10-02 (Mon, 02 Oct 2023)

  Changed paths:
    A llvm/test/Transforms/ConstraintElimination/monotonic-int-phis-decrement.ll
    A llvm/test/Transforms/ConstraintElimination/monotonic-int-phis-nested-loops.ll

  Log Message:
  -----------
  [ConstraintElim] Add extra tests with nested loops and iv decrements.

Add extra test coverage for induction logic to cover nested loops and
loops with induction decrements. This adds coverage for upcoming
patches.




More information about the All-commits mailing list