[PATCH] D100249: [Inliner] Propagate SROA analysis through invariant group intrinsics

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 10:45:36 PDT 2021


aeubanks added a comment.

In D100249#2683418 <https://reviews.llvm.org/D100249#2683418>, @mtrofin wrote:

> The paranoid in me would argue for having a flag enabling this, should there be any regressions, but if we feel this is benign, ok.

These intrinsics are only emitted under Clang's -fstrict-vtable-pointers flag (which I do hope to turn on by default at some point).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100249



More information about the llvm-commits mailing list