[PATCH] D25004: [x86][inline-asm][clang] accept 'v' constraint

Elena Demikhovsky via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 01:21:09 PDT 2016


delena added inline comments.

================
Comment at: test/CodeGen/x86-inline-asm-v-constraint.c:2
@@ +1,3 @@
+// RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -emit-llvm -target-cpu x86-64 -o - | FileCheck %s --check-prefix SSE
+// RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -emit-llvm -target-cpu skylake -D AVX -o - | FileCheck %s --check-prefixes AVX,SSE
+// RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -emit-llvm -target-cpu skylake-avx512 -D AVX512 -D AVX -o - | FileCheck %s --check-prefixes AVX512,AVX,SSE
----------------
add KNL tests here.


Repository:
  rL LLVM

https://reviews.llvm.org/D25004





More information about the cfe-commits mailing list