[PATCH] D134152: [SimplifyCFG][TranformUtils]Do not simplify away a trivial basic block if both this block and at least one of its predecessors are loop latches.
Mingming Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 10:34:51 PDT 2022
mingmingl updated this revision to Diff 463612.
mingmingl added a comment.
fix a typo (basck->back) around line 1145. No other change (history tab could show diff).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134152/new/
https://reviews.llvm.org/D134152
Files:
llvm/lib/Transforms/Utils/Local.cpp
llvm/test/Transforms/SimplifyCFG/preserve-llvm-loop-metadata.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134152.463612.patch
Type: text/x-patch
Size: 4523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220928/dc3d203f/attachment.bin>
More information about the llvm-commits
mailing list