File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=cmov | FileCheck %s --check-prefix =X86 --check-prefix= X86-NOSSE
3
- ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefix =X86 --check-prefix= X86-SSE2
2
+ ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=cmov | FileCheck %s --check-prefixes =X86, X86-NOSSE
3
+ ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefixes =X86, X86-SSE2
4
4
5
5
; This tests codegen time inlining/optimization of memcmp
6
6
; rdar://6480398
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix =X64 --check-prefix= X64-SSE2
3
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s --check-prefix =X64 --check-prefix= X64-AVX --check-prefix= X64-AVX1
4
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s --check-prefix =X64 --check-prefix= X64-AVX --check-prefix= X64-AVX2
2
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes =X64, X64-SSE2
3
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s --check-prefixes =X64, X64-AVX, X64-AVX1
4
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s --check-prefixes =X64, X64-AVX, X64-AVX2
5
5
6
6
; This tests codegen time inlining/optimization of memcmp
7
7
; rdar://6480398
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=cmov | FileCheck %s --check-prefix =X86 --check-prefix= X86-NOSSE
3
- ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefix =X86 --check-prefix= X86-SSE2
2
+ ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=cmov | FileCheck %s --check-prefixes =X86, X86-NOSSE
3
+ ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefixes =X86, X86-SSE2
4
4
5
5
; This tests codegen time inlining/optimization of memcmp
6
6
; rdar://6480398
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix =X64 --check-prefix= X64-SSE2
3
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s --check-prefix =X64 --check-prefix= X64-AVX --check-prefix= X64-AVX1
4
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s --check-prefix =X64 --check-prefix= X64-AVX --check-prefix= X64-AVX2
2
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes =X64, X64-SSE2
3
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s --check-prefixes =X64, X64-AVX, X64-AVX1
4
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s --check-prefixes =X64, X64-AVX, X64-AVX2
5
5
6
6
; This tests codegen time inlining/optimization of memcmp
7
7
; rdar://6480398
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=cmov | FileCheck %s --check-prefix =X86 --check-prefix= X86-NOSSE
3
- ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefix =X86 --check-prefix= X86-SSE2
2
+ ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=cmov | FileCheck %s --check-prefixes =X86, X86-NOSSE
3
+ ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefixes =X86, X86-SSE2
4
4
5
5
; This tests codegen time inlining/optimization of memcmp
6
6
; rdar://6480398
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix =X64 --check-prefix= X64-SSE2
3
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s --check-prefix =X64 --check-prefix= X64-AVX --check-prefix= X64-AVX1
4
- ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s --check-prefix =X64 --check-prefix= X64-AVX --check-prefix= X64-AVX2
2
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes =X64, X64-SSE2
3
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s --check-prefixes =X64, X64-AVX, X64-AVX1
4
+ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s --check-prefixes =X64, X64-AVX, X64-AVX2
5
5
6
6
; This tests codegen time inlining/optimization of memcmp
7
7
; rdar://6480398
You can’t perform that action at this time.
0 commit comments