[PATCH] D102764: [IR] Prefer not to delete blocks that have their address taken

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 14:39:12 PDT 2021


lebedev.ri updated this revision to Diff 346575.
lebedev.ri added a comment.
Herald added a subscriber: dexonsmith.

Ok, how about this common ground approach?
This is pretty horrible, but i'm not quite sure what alternative there is.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102764

Files:
  llvm/include/llvm/IR/BasicBlock.h
  llvm/lib/IR/BasicBlock.cpp
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/CodeGen/RISCV/codemodel-lowering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102764.346575.patch
Type: text/x-patch
Size: 8585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/5c064823/attachment.bin>


More information about the llvm-commits mailing list