[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
Mon Mar 6 10:01:04 PST 2023


nickdesaulniers updated this revision to Diff 502696.
nickdesaulniers marked an inline comment as done.
nickdesaulniers added a comment.

- remove specific isa<CallBrInst> as per bjope, remove unused param in test


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.502696.patch
Type: text/x-patch
Size: 6350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/5d9acf1b/attachment.bin>


More information about the llvm-commits mailing list