SROA can handle invariant group intrinsics, let the inliner know that
for better heuristics when the intrinsics are present.
This fixes size issues in a couple files when turning on
-fstrict-vtable-pointers in Chrome.
Differential D100249
[Inliner] Propagate SROA analysis through invariant group intrinsics aeubanks on Apr 10 2021, 12:02 PM. Authored by
Details SROA can handle invariant group intrinsics, let the inliner know that This fixes size issues in a couple files when turning on
Diff Detail
Event TimelineComment Actions 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. Comment Actions These intrinsics are only emitted under Clang's -fstrict-vtable-pointers flag (which I do hope to turn on by default at some point). |