[all-commits] [llvm/llvm-project] 8eee02: [LoopBoundSplit] Ignore phi node which is not scev...

JinGu Kang via All-commits all-commits at lists.llvm.org
Wed Jun 9 01:45:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8eee02020b92d986b6d089dbe5f1e312ecb4575c
      https://github.com/llvm/llvm-project/commit/8eee02020b92d986b6d089dbe5f1e312ecb4575c
  Author: Jingu Kang <jingu.kang at arm.com>
  Date:   2021-06-09 (Wed, 09 Jun 2021)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp
    M llvm/test/Transforms/LoopBoundSplit/loop-bound-split.ll

  Log Message:
  -----------
  [LoopBoundSplit] Ignore phi node which is not scevable

There was a bug in LoopBoundSplit. The pass should ignore phi node which is not
scevable.

Differential Revision: https://reviews.llvm.org/D103913




More information about the All-commits mailing list