[PATCH] D58260: [INLINER] allow inlining of blockaddresses if sole uses are callbrs

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 17:09:17 PDT 2019


efriedma added a comment.

> that's a case I don't think can be done in C even with GNU C extensions

It can't be written explicitly in C, sure... but optimizations like IPSCCP can propagate blockaddress constants to other functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58260





More information about the llvm-commits mailing list