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

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 29 06:09:11 PDT 2017


aymanmus added inline comments.


================
Comment at: test/CodeGen/X86/pr34653-pr34657.ll:3
+; RUN: llc %s -O0 -mtriple=x86_64-unknown-unknown -mattr=+avx512f | FileCheck %s -check-prefix=CHECKO0
+; RUN: llc %s -O2 -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512bw | FileCheck %s -check-prefix=CHECKO2
+
----------------
RKSimon wrote:
> Why the difference in attributes?
To reproduce both of the bugs as they were filed.


https://reviews.llvm.org/D38495





More information about the llvm-commits mailing list