[all-commits] [llvm/llvm-project] a053f3: [SCEV][NFC][CT] Cheaper handling of guards in isBa...

Max Kazantsev via All-commits all-commits at lists.llvm.org
Sun Jul 24 23:39:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a053f359908b3645e54f820b551110764f964c66
      https://github.com/llvm/llvm-project/commit/a053f359908b3645e54f820b551110764f964c66
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

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

  Log Message:
  -----------
  [SCEV][NFC][CT] Cheaper handling of guards in isBasicBlockEntryGuardedByCond

Handle guards uniformly with assumes, rather than iterating through all
block instructions in attempt to find them.

Differential Revision: https://reviews.llvm.org/D129874
Reviewed By: nikic




More information about the All-commits mailing list