[PATCH] D38732: [X86][AVX512] Improve lowering of AVX512 test intrinsics

Uriel Korach via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 07:32:16 PDT 2017


uriel.k added inline comments.


================
Comment at: test/CodeGen/X86/avx512vl-vec-test-testn.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl | FileCheck %s --check-prefix=X86_64
----------------
This test also governs the case that [[ https://reviews.llvm.org/D38689 | D38689 revision ]] talked about where in i386 machine it would crash.


https://reviews.llvm.org/D38732





More information about the llvm-commits mailing list