This is an archive of the discontinued LLVM Phabricator instance.

Move LowerTypeTestsPass after inlining in ThinLTO pipeline
Needs ReviewPublic

Authored by dmikulin on May 1 2018, 11:39 AM.

Details

Summary

LowerTypeTestsPass runs early in the ThinLTO pipeline, which prevents post-inline optimizations to eliminate unnecessary type checks.

Diff Detail