[PATCH] D42824: [X86] Remove checks for FeatureAVX512 from the X86 assembly parser. Remove mcpu/mattr from assembly test command lines.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 15:42:30 PST 2018
craig.topper added inline comments.
================
Comment at: test/MC/X86/intel-syntax-x86-avx512dq_vl.s:50
vcvttps2uqq xmm1, qword ptr [rcx + 128]
-// RUN: llvm-mc -triple x86_64-unknown-unknown -mcpu=knl -mattr=+avx512vl -mattr=+avx512dq -x86-asm-syntax=intel -output-asm-variant=1 --show-encoding %s | FileCheck %s
----------------
This test had a runline embedded part way into the file. I assume copy paste mistake
================
Comment at: test/MC/X86/x86-64-avx512cd.s:362
vpconflictd (%rcx){1to16}, %zmm25
-// RUN: llvm-mc -triple x86_64-unknown-unknown -mcpu=knl -mattr=+avx512cd --show-encoding %s | FileCheck %s
----------------
Another stray RUN line.
https://reviews.llvm.org/D42824
More information about the llvm-commits
mailing list