This is an archive of the discontinued LLVM Phabricator instance.

[test] Use -passes syntax when specifying pipeline in some more tests
ClosedPublic

Authored by bjope on Nov 24 2021, 1:17 AM.

Details

Summary

The legacy PM is deprecated, so update a bunch of lit tests running
opt to use the new PM syntax when specifying the pipeline.
In this patch focus has been put on test cases for ConstantMerge,
ConstraintElimination, CorrelatedValuePropagation, GlobalDCE,
GlobalOpt, SCCP, TailCallElim and PredicateInfo.

Diff Detail

Event Timeline

bjope created this revision.Nov 24 2021, 1:17 AM
bjope requested review of this revision.Nov 24 2021, 1:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 24 2021, 1:17 AM
aeubanks accepted this revision.Nov 26 2021, 11:56 AM

thanks!

This revision is now accepted and ready to land.Nov 26 2021, 11:56 AM