[PATCH] D77560: [SCEV] don't try to query getSCEV() for incomplete PHIs

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 07:28:17 PDT 2020


shchenz updated this revision to Diff 281576.
shchenz added a comment.

address @lebedev.ri comments:
1: use right way to identify an incomplete phi node


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77560/new/

https://reviews.llvm.org/D77560

Files:
  llvm/include/llvm/IR/Instructions.h
  llvm/lib/IR/Instructions.cpp
  llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
  llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg
  llvm/test/Transforms/LoopStrengthReduce/Power/phi-unknownscev.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77560.281576.patch
Type: text/x-patch
Size: 13447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/58e97eda/attachment.bin>


More information about the llvm-commits mailing list