[PATCH] D144927: [GVNHoist] don't hoist callbr users into the callbr's block

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 15:35:40 PST 2023


nickdesaulniers updated this revision to Diff 501314.
nickdesaulniers marked 2 inline comments as done.
nickdesaulniers retitled this revision from "[GVNHoist] skip hoisting into blocks terminated by callbr" to "[GVNHoist] don't hoist callbr users into the callbr's block".
nickdesaulniers added a comment.

- only hoist non-callbr user's, add test, use update_test_checks.py


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144927

Files:
  llvm/lib/Transforms/Scalar/GVNHoist.cpp
  llvm/test/Transforms/GVNHoist/hoist-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144927.501314.patch
Type: text/x-patch
Size: 4562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230228/bc72f854/attachment.bin>


More information about the llvm-commits mailing list