This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Fix invalid triple in X86 tests
ClosedPublic

Authored by fhahn on Mar 4 2019, 3:22 PM.

Details

Summary

x86-64 is an invalid architecture in triples. Changing it to the correct
triple (x86_64) changes some tests, because SLP is not deemed profitable
any more.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Mar 4 2019, 3:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2019, 3:22 PM
RKSimon accepted this revision.Mar 5 2019, 2:35 AM

Nice catch! LGTM

This revision is now accepted and ready to land.Mar 5 2019, 2:35 AM
This revision was automatically updated to reflect the committed changes.