-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverts 29bd19c PiperOrigin-RevId: 675443876
- Loading branch information
1 parent
b3da4b6
commit a739fcd
Showing
6 changed files
with
98 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
Auto generated patch. Do not edit or delete it, even if empty. | ||
diff -ruN --strip-trailing-cr a/clang/test/CodeGen/X86/avx10_2_512satcvtds-builtins-errors.c b/clang/test/CodeGen/X86/avx10_2_512satcvtds-builtins-errors.c | ||
--- a/clang/test/CodeGen/X86/avx10_2_512satcvtds-builtins-errors.c | ||
+++ b/clang/test/CodeGen/X86/avx10_2_512satcvtds-builtins-errors.c | ||
@@ -1,4 +1,4 @@ | ||
-// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=i386-unknown-unknown -target-feature +avx10.2-512 -emit-llvm -Wall -Werror -verify | ||
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=i386-unknown-unknown -target-feature +avx10.2-512 -Wall -Werror -verify | ||
|
||
#include <immintrin.h> | ||
#include <stddef.h> | ||
diff -ruN --strip-trailing-cr a/clang/test/CodeGen/X86/avx10_2_512satcvtds-builtins-x64-error.c b/clang/test/CodeGen/X86/avx10_2_512satcvtds-builtins-x64-error.c | ||
--- a/clang/test/CodeGen/X86/avx10_2_512satcvtds-builtins-x64-error.c | ||
+++ b/clang/test/CodeGen/X86/avx10_2_512satcvtds-builtins-x64-error.c | ||
@@ -1,4 +1,4 @@ | ||
-// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-unknown-unknown -target-feature +avx10.2-512 -emit-llvm -Wall -Werror -verify | ||
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-unknown-unknown -target-feature +avx10.2-512 -Wall -Werror -verify | ||
|
||
#include <immintrin.h> | ||
#include <stddef.h> | ||
diff -ruN --strip-trailing-cr a/clang/test/CodeGen/X86/avx10_2satcvtds-builtins-errors.c b/clang/test/CodeGen/X86/avx10_2satcvtds-builtins-errors.c | ||
--- a/clang/test/CodeGen/X86/avx10_2satcvtds-builtins-errors.c | ||
+++ b/clang/test/CodeGen/X86/avx10_2satcvtds-builtins-errors.c | ||
@@ -1,4 +1,4 @@ | ||
-// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=i386-unknown-unknown -target-feature +avx10.2-256 -emit-llvm -Wall -Werror -verify | ||
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=i386-unknown-unknown -target-feature +avx10.2-256 -Wall -Werror -verify | ||
|
||
unsigned long long test_mm_cvttssd(unsigned long long __A) { | ||
return _mm_cvttssd(__A); // expected-error {{call to undeclared function '_mm_cvttssd'}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.