[all-commits] [llvm/llvm-project] c66ced: [SCEV] Add SCEV analysis tests with congruent IVs.

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Feb 2 05:06:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c66cedb3a7326c8403aae9a3928f3f4ab7fb2173
      https://github.com/llvm/llvm-project/commit/c66cedb3a7326c8403aae9a3928f3f4ab7fb2173
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    A llvm/test/Analysis/ScalarEvolution/iv-poison.ll

  Log Message:
  -----------
  [SCEV] Add SCEV analysis tests with congruent IVs.

This patch adds a set of tests taken
from/llvm/test/Transforms/IndVarSimplify/iv-poison.ll with multiple
congruent IVs but different set of flags on the increments.

Extra tests for https://github.com/llvm/llvm-project/pull/80430.




More information about the All-commits mailing list