[PATCH] D58931: [SLP] Fix invalid triple in X86 tests

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 15:24:56 PST 2019


fhahn created this revision.
fhahn added reviewers: ABataev, RKSimon, spatel.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58931

Files:
  llvm/test/Transforms/SLPVectorizer/X86/blending-shuffle.ll
  llvm/test/Transforms/SLPVectorizer/X86/extract-shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58931.189218.patch
Type: text/x-patch
Size: 6173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190304/ece585d2/attachment.bin>


More information about the llvm-commits mailing list