[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 04:04:56 PDT 2020


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

address @mkazantsev 's comments:
1: don't call `getSCEV()` for incomplete PHIs


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77560

Files:
  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.281497.patch
Type: text/x-patch
Size: 11777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/75403a70/attachment.bin>


More information about the llvm-commits mailing list