[PATCH] D66234: [MergedLoadStoreMotion] Sink stores to BB with more than 2 predecessors

Denis Bakhvalov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 11:19:36 PDT 2019


dendibakh updated this revision to Diff 217442.
dendibakh added a comment.

I introduced an option that controls splitting the footer BB which is disabled by default.
So, no functional change at the moment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66234

Files:
  llvm/include/llvm/Transforms/Scalar.h
  llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  llvm/test/Transforms/InstMerge/st_sink_split_bb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66234.217442.patch
Type: text/x-patch
Size: 19032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190827/3f06d8a3/attachment-0001.bin>


More information about the llvm-commits mailing list