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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58931
[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
Diff Detail
Event Timelinefhahn added a child revision: D58933: [opt] Report if the provided architecture is invalid..Mar 4 2019, 3:41 PM This revision is now accepted and ready to land.Mar 5 2019, 2:35 AM Closed by commit rL355420: [SLP] Fix invalid triple in X86 tests (authored by fhahn). · Explain WhyMar 5 2019, 9:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 189345 llvm/trunk/test/Transforms/SLPVectorizer/X86/blending-shuffle.ll
llvm/trunk/test/Transforms/SLPVectorizer/X86/extract-shuffle.ll
|