[PATCH] D101287: [SimplifyCFG] Expose sinking and hoisting helpers.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 05:36:49 PDT 2021


fhahn created this revision.
fhahn added reviewers: spatel, RKSimon, lebedev.ri.
Herald added a subscriber: hiraditya.
fhahn requested review of this revision.
Herald added a project: LLVM.

This allows other code to run hoisting and sinking on
demand, to prevent regressions after by disabling hoisting &
sinking in early SimplifyCFG.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101287

Files:
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101287.340493.patch
Type: text/x-patch
Size: 5316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/c2b18971/attachment.bin>


More information about the llvm-commits mailing list