[all-commits] [llvm/llvm-project] 5961f0: [SCEV][NFC] Verify intergity of SCEVUsers

Max Kazantsev via All-commits all-commits at lists.llvm.org
Tue Oct 26 19:55:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5961f0308f5b793f5944ebf0ae5b36e888da4bc0
      https://github.com/llvm/llvm-project/commit/5961f0308f5b793f5944ebf0ae5b36e888da4bc0
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2021-10-27 (Wed, 27 Oct 2021)

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

  Log Message:
  -----------
  [SCEV][NFC] Verify intergity of SCEVUsers

Make sure that, for every living SCEV, we have all its direct
operand tracking it as their user.

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




More information about the All-commits mailing list