[all-commits] [llvm/llvm-project] 28237c: [NFC] Remove redundant isFullSet checks

max-azul via All-commits all-commits at lists.llvm.org
Mon Oct 12 06:41:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 28237c33d99042de10417ba3de38d53634317ebd
      https://github.com/llvm/llvm-project/commit/28237c33d99042de10417ba3de38d53634317ebd
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

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

  Log Message:
  -----------
  [NFC] Remove redundant isFullSet checks

Full set case is handled inside intersection, no need to
litter the code with duplicating them outside.




More information about the All-commits mailing list