[all-commits] [llvm/llvm-project] d88e36: [SCEVExp] Move logic to replace congruent IV incre...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Jan 25 13:40:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d88e3658cebbfa1533619de514495a67c81df7c0
      https://github.com/llvm/llvm-project/commit/d88e3658cebbfa1533619de514495a67c81df7c0
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

  Log Message:
  -----------
  [SCEVExp] Move logic to replace congruent IV increments to helper (NFC).

Move logic to replace congruent IV increments to helper function, to
reduce the indentation by using early returns. This is in preparation
for a follow-up patch.




More information about the All-commits mailing list