[all-commits] [llvm/llvm-project] 339723: [SCEV] Add tests where assumes can be used to impr...

komalon1 via All-commits all-commits at lists.llvm.org
Tue Jun 14 02:51:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3397236c4e6d24dd5be48504886aec5f4d3aae95
      https://github.com/llvm/llvm-project/commit/3397236c4e6d24dd5be48504886aec5f4d3aae95
  Author: Alon Kom <alon.kom at mobileye.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll

  Log Message:
  -----------
  [SCEV] Add tests where assumes can be used to improve trip multiple.

Add tests combing assume on trip count divisibility (tc % vf) and minimum values (tc > N).
Github issue #55645

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D126460




More information about the All-commits mailing list