[PATCH] D81582: [BreakCritEdges] Check if we need to split blocks with indirectbr terms.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 08:47:03 PDT 2020


fhahn updated this revision to Diff 270158.
fhahn added a comment.

Updated to introduce new CriticalEdgeSPlittingOption to disable preserving loop-simplify form and use it in GVN.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81582

Files:
  llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
  llvm/test/Transforms/GVN/critical-edge-split-indbr-pred-in-loop.ll
  llvm/test/Transforms/GVN/preserve-analysis.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81582.270158.patch
Type: text/x-patch
Size: 8774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/ed824863/attachment.bin>


More information about the llvm-commits mailing list