[all-commits] [llvm/llvm-project] 7945b8: [SCEV] Compute symbolic max backedge taken count i...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon May 27 21:35:27 PDT 2024


  Branch: refs/heads/users/fhahn/scev-countable-exit-counts
  Home:   https://github.com/llvm/llvm-project
  Commit: 7945b8ed4e3f6246ff92899c0cf232a4b93fba57
      https://github.com/llvm/llvm-project/commit/7945b8ed4e3f6246ff92899c0cf232a4b93fba57
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/lib/Analysis/ScalarEvolution.cpp

  Log Message:
  -----------
  [SCEV] Compute symbolic max backedge taken count in BTI directly.


  Commit: 6afc39a555cb915440f521f38a701190b3bb9345
      https://github.com/llvm/llvm-project/commit/6afc39a555cb915440f521f38a701190b3bb9345
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    A llvm/test/Analysis/ScalarEvolution/predicated-symbolic-max-backedge-taken-count.ll

  Log Message:
  -----------
  [SCEV] Add tests for symbolic max BTC requiring predicates.


  Commit: afe475dd14e84831a66d1345fec8b57921ec424a
      https://github.com/llvm/llvm-project/commit/afe475dd14e84831a66d1345fec8b57921ec424a
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/test/Analysis/ScalarEvolution/predicated-symbolic-max-backedge-taken-count.ll

  Log Message:
  -----------
  [SCEV] Add predicated version of getSymbolicMaxBackedgeTakenCount.


Compare: https://github.com/llvm/llvm-project/compare/c354c6bb33a2...afe475dd14e8

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list