[PATCH] D29428: [SimplifyCFG] Merge similar fatal error blocks ending in unreachable

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 14:20:26 PST 2020


rnk updated this revision to Diff 240009.
rnk added a comment.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

- three year later update, I forgot we still don't do this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D29428

Files:
  llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  llvm/test/CodeGen/Thumb2/setjmp_longjmp.ll
  llvm/test/CodeGen/Thumb2/thumb2-tbh.ll
  llvm/test/CodeGen/X86/tail-dup-assert.ll
  llvm/test/Transforms/SimplifyCFG/implied-cond.ll
  llvm/test/Transforms/SimplifyCFG/tail-merge-assert.ll
  llvm/test/Transforms/SimplifyCFG/tail-merge-noreturn.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29428.240009.patch
Type: text/x-patch
Size: 35585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/6370caa6/attachment-0001.bin>


More information about the llvm-commits mailing list