[PATCH] D77734: [AssumeBundles] Adapt RecursivelyDeleteTriviallyDeadInstructions and depending passes.

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 07:01:42 PDT 2020


Tyker updated this revision to Diff 256278.
Tyker marked 5 inline comments as done.
Tyker added a comment.

addressed comments.

Note: this patch depend on D77402 <https://reviews.llvm.org/D77402> and D76149 <https://reviews.llvm.org/D76149> that should be reviewed first.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77734

Files:
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp
  llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
  llvm/lib/Transforms/Scalar/NaryReassociate.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/LoopUnroll.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/Attributor/ArgumentPromotion/byval-2-preservation.ll
  llvm/test/Transforms/InstSimplify/load.ll
  llvm/unittests/Transforms/Utils/LocalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77734.256278.patch
Type: text/x-patch
Size: 22156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/03e7dba7/attachment.bin>


More information about the llvm-commits mailing list