[PATCH] D104870: [SimplifyCFG] Tail-merging all blocks with `unreachable` terminator

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 11:05:31 PDT 2021


dmgreen added a comment.

In D104870#2849503 <https://reviews.llvm.org/D104870#2849503>, @lebedev.ri wrote:

> (@dmgreen you might be interested in also looking at the size numbers on the benchmarks you track)

There are some small changes at -Oz, but smaller enough to not worry about and not reliably better or worse. The codesize examples I'm running may not have a lot of unreachable terminators, being bare-metal programs. You don't tend to abort when you have no OS to do anything sensible with the abort.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104870



More information about the llvm-commits mailing list