[all-commits] [llvm/llvm-project] e512c5: [SCEV][NFC] Factor out common API for getting uniq...

Max Kazantsev via All-commits all-commits at lists.llvm.org
Sun Oct 31 22:00:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e512c5b1664d6a5640ce92597d3fa0556a5dbdc3
      https://github.com/llvm/llvm-project/commit/e512c5b1664d6a5640ce92597d3fa0556a5dbdc3
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2021-11-01 (Mon, 01 Nov 2021)

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

  Log Message:
  -----------
  [SCEV][NFC] Factor out common API for getting unique operands of a SCEV

This function is used at least in 2 places, to it makes sense to make it separate.

Differential Revision: https://reviews.llvm.org/D112516
Reviewed By: reames




More information about the All-commits mailing list