[PATCH] D124368: [LoopInstSimplify] Ignore users in unreachable blocks. PR55072

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 03:40:40 PDT 2022


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopInstSimplify/pr55072.ll:39
 
 bb2:                                              ; preds = %bb2
   br label %bb2
----------------
mkazantsev wrote:
> fhahn wrote:
> > Those branches look like an artifact of `llvm-reduce`, where it fails to remove them. Are they needed?
> https://github.com/llvm/llvm-project/commit/ab17873ee696dfbd6e7b10c5f78192f3990db970
Thanks! 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124368



More information about the llvm-commits mailing list