This is an archive of the discontinued LLVM Phabricator instance.

[test][InstCombine][NewPM] Fix InstCombine tests under NPM
ClosedPublic

Authored by aeubanks on Sep 23 2020, 3:16 PM.

Details

Summary

Some of these depended on analyses being present that aren't provided
automatically in NPM.

early_dce_clobbers_callgraph.ll was previously inlining a noinline function?

cast-call-combine.ll relied on the legacy always-inline pass being a
CGSCC pass and getting rerun.

Diff Detail

Event Timeline

aeubanks created this revision.Sep 23 2020, 3:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2020, 3:16 PM
aeubanks requested review of this revision.Sep 23 2020, 3:16 PM
asbirlea accepted this revision.Oct 5 2020, 10:59 PM
This revision is now accepted and ready to land.Oct 5 2020, 10:59 PM