[all-commits] [llvm/llvm-project] b7856f: [SCEV] Consolidate some smin/smax folding tests in...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Aug 4 02:25:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b7856f9d8ded99045fcc35da8db71bf1e41285f6
      https://github.com/llvm/llvm-project/commit/b7856f9d8ded99045fcc35da8db71bf1e41285f6
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    R llvm/test/Analysis/ScalarEvolution/pr46939-trip-count-count-down.ll
    R llvm/test/Analysis/ScalarEvolution/smax.ll
    A llvm/test/Analysis/ScalarEvolution/smin-smax-folds.ll

  Log Message:
  -----------
  [SCEV] Consolidate some smin/smax folding tests into single test file.

This patch moves a few spread out smin/smax tests to smin-smax-folds.ll
and adds additional test cases that expose further potential for
folds.




More information about the All-commits mailing list