coby closed this revision.
coby added a comment.
Commitd to revision 283716
https://reviews.llvm.org/D25004
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
coby removed rL LLVM as the repository for this revision.
coby updated this revision to Diff 74060.
https://reviews.llvm.org/D25004
Files:
lib/Basic/Targets.cpp
test/CodeGen/x86-inline-asm-v-constraint.c
Index: lib/Basic/Targets.cpp
==
coby updated this revision to Diff 72961.
coby marked an inline comment as done.
coby added a comment.
Addressing comments:
Added a check for KNL as well
Repository:
rL LLVM
https://reviews.llvm.org/D25004
Files:
x86-inline-asm-v-constraint.c
Index: x86-inline-asm-v-constraint.c
=
coby created this revision.
coby added reviewers: echristo, delena.
coby added a subscriber: cfe-commits.
coby set the repository for this revision to rL LLVM.
Herald added a subscriber: mehdi_amini.
1. 'v' constraint for (x86) non-avx arch imitates the already implemented 'x'
constraint, i.e. al
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 -