[all-commits] [llvm/llvm-project] 29fa06: [SCEV] Add SCEV::operands() method (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Dec 16 06:50:58 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 29fa062f0a2aeeb37e644887eb1be8c458c981b2
      https://github.com/llvm/llvm-project/commit/29fa062f0a2aeeb37e644887eb1be8c458c981b2
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

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

  Log Message:
  -----------
  [SCEV] Add SCEV::operands() method (NFC)

Add an operands() method on SCEV, which forwards to the operands()
method of individual SCEV expressions.




More information about the All-commits mailing list