This is an archive of the discontinued LLVM Phabricator instance.

[SVE][InstCombine] Improve specificity of InstCombine TypeSize test
ClosedPublic

Authored by joechrisellis on Nov 3 2020, 6:42 AM.

Details

Summary

The test was using -O2, where -instcombine will suffice.

Diff Detail

Event Timeline

joechrisellis created this revision.Nov 3 2020, 6:42 AM
Herald added a project: Restricted Project. · View Herald Transcript
joechrisellis requested review of this revision.Nov 3 2020, 6:42 AM
This revision is now accepted and ready to land.Nov 3 2020, 6:44 AM

Get rid of -mtriple and -mattr flags, since these are also superfluous.

Thanks for removing the extra target flags @joechrisellis, that looks better now.

This revision was landed with ongoing or failed builds.Nov 3 2020, 7:27 AM
This revision was automatically updated to reflect the committed changes.