[PATCH] D124368: [LoopInstSimplify] Ignore users in unreachable blocks. PR55072
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 03:21:49 PDT 2022
mkazantsev added inline comments.
================
Comment at: llvm/test/Transforms/LoopInstSimplify/pr55072.ll:39
bb2: ; preds = %bb2
br label %bb2
----------------
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
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124368/new/
https://reviews.llvm.org/D124368
More information about the llvm-commits
mailing list