[PATCH] D128164: [LoopPeel] Forget updated exit phi values.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 02:13:07 PDT 2022


fhahn created this revision.
fhahn added reviewers: reames, nikic, mkazantsev.
Herald added subscribers: javed.absar, zzheng, hiraditya.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a project: LLVM.

LoopPeel add new incoming values to exit phi nodes which can change the
SCEV for the phi after 20d798bd47ec51 <https://reviews.llvm.org/rG20d798bd47ec5191de1b2a8a031da06a04e612e1>.

Forget SCEVs for such phis.

Fixes #56044.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128164

Files:
  llvm/lib/Transforms/Utils/LoopPeel.cpp
  llvm/test/Transforms/LoopUnroll/scevunroll.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128164.438301.patch
Type: text/x-patch
Size: 5748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220620/daafb055/attachment.bin>


More information about the llvm-commits mailing list