File tree Expand file tree Collapse file tree 5 files changed +1238
-0
lines changed Expand file tree Collapse file tree 5 files changed +1238
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments