[all-commits] [llvm/llvm-project] 4e6ec0: [SCEV] Replace redundant !Preds.empty() check with...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Sep 19 05:54:39 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e6ec0bf6d488e9a38ac03cc85077ca38169c532
      https://github.com/llvm/llvm-project/commit/4e6ec0bf6d488e9a38ac03cc85077ca38169c532
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

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

  Log Message:
  -----------
  [SCEV] Replace redundant !Preds.empty() check with assert. (NFCI)

If there are no predicates, the predicated counts should not be
different to the non-predicated ones.



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