[PATCH] D38495: [X86] Fix bug in legalize vector types - Split large loads

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 15:03:41 PDT 2017


RKSimon added a comment.

Possibly add a test case for PR34657 as well? @zvi has already reduced much of it



================
Comment at: test/CodeGen/X86/pr34653.ll:1
+; RUN: llc %s -O0 -mattr=+avx512f
+
----------------
Add a triple, also I realise its an assertion test but it doesn't usually hurt to try and create FileChecks for a test


https://reviews.llvm.org/D38495





More information about the llvm-commits mailing list