[all-commits] [llvm/llvm-project] 089834: [LAA] Make blockNeedsPredication arguments const (...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Sep 30 09:05:29 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0898348abd388de716e527d4454fbe874334f53c
      https://github.com/llvm/llvm-project/commit/0898348abd388de716e527d4454fbe874334f53c
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-09-30 (Tue, 30 Sep 2025)

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

  Log Message:
  -----------
  [LAA] Make blockNeedsPredication arguments const (NFC).

The arguments aren't modified, mark them as const. This prepares for new
users in a follow-up, which only have access to const versions of the
arguments.



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