Skip to content

Commit 6ab0fe9

Browse files
committed
Update existing vector tests
1 parent c0e510c commit 6ab0fe9

File tree

5 files changed

+1238
-0
lines changed

5 files changed

+1238
-0
lines changed

llvm/test/CodeGen/PowerPC/vector-llrint.ll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2+
; FIXME: crash "Input type needs to be promoted!"
3+
; SKIP: llc -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \
4+
; SKIP: -mtriple=powerpc-unknown-unknown -verify-machineinstrs < %s | \
5+
; SKIP: FileCheck %s --check-prefix=PPC32
26
; RUN: llc -mcpu=pwr7 -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \
37
; RUN: -mtriple=powerpc64-unknown-unknown -verify-machineinstrs < %s | \
48
; RUN: FileCheck %s --check-prefix=BE

llvm/test/CodeGen/PowerPC/vector-lrint.ll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2+
; FIXME: crash "Input type needs to be promoted!"
3+
; SKIP: sed 's/iXLen/i32/g' %s | llc -ppc-asm-full-reg-names \
4+
; SKIP: -ppc-vsr-nums-as-vr -mtriple=powerpc-unknown-unknown \
5+
; SKIP: -verify-machineinstrs | FileCheck %s --check-prefixes=PPC32
26
; RUN: sed 's/iXLen/i32/g' %s | llc -mcpu=pwr7 -ppc-asm-full-reg-names \
37
; RUN: -ppc-vsr-nums-as-vr -mtriple=powerpc64-unknown-unknown \
48
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=BE
@@ -9,6 +13,10 @@
913
; RUN: -ppc-vsr-nums-as-vr -mtriple=powerpc64le-unknown-unknown \
1014
; RUN: -verify-machineinstrs --enable-unsafe-fp-math | \
1115
; RUN: FileCheck %s --check-prefixes=FAST
16+
; FIXME: crash "Input type needs to be promoted!"
17+
; SKIP: sed 's/iXLen/i64/g' %s | llc -ppc-asm-full-reg-names \
18+
; SKIP: -ppc-vsr-nums-as-vr -mtriple=powerpc-unknown-unknown \
19+
; SKIP: -verify-machineinstrs | FileCheck %s --check-prefixes=PPC32
1220
; RUN: sed 's/iXLen/i64/g' %s | llc -mcpu=pwr7 -ppc-asm-full-reg-names \
1321
; RUN: -ppc-vsr-nums-as-vr -mtriple=powerpc64-unknown-unknown \
1422
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=BE

llvm/test/CodeGen/X86/vector-llrint-f16.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2+
; FIXME: crash "Do not know how to split the result of this operator!"
3+
; SKIP: sed 's/XRINT/lrint/g' %s | llc -mtriple=i686-unknown | FileCheck %s --check-prefix=X86
4+
; SKIP: sed 's/XRINT/llrint/g' %s | llc -mtriple=i686-unknown | FileCheck %s --check-prefix=X86
25
; RUN: sed 's/XRINT/lrint/g' %s | llc -mtriple=x86_64-unknown -mattr=avx2,f16c | FileCheck %s --check-prefix=AVX
36
; RUN: sed 's/XRINT/llrint/g' %s | llc -mtriple=x86_64-unknown -mattr=avx2,f16c | FileCheck %s --check-prefix=AVX
47
; RUN: sed 's/XRINT/lrint/g' %s | llc -mtriple=x86_64-unknown -mattr=avx512fp16,avx512vl | FileCheck %s --check-prefix=FP16

0 commit comments

Comments
 (0)