Files
acceptance-tests
data
debian
docs
external
Newtonsoft.Json
api-doc-tools
api-snapshot
aspnetwebstack
bdwgc
binary-reference-assemblies
bockbuild
boringssl
cecil
cecil-legacy
corefx
corert
helix-binaries
ikdasm
ikvm
illinker-test-assets
linker
llvm-project
clang
clang-tools-extra
compiler-rt
eng
libcxx
libcxxabi
libunwind
lld
lldb
llvm
bindings
cmake
docs
examples
include
lib
projects
resources
runtimes
scripts
test
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen
DebugInfo
Examples
ExecutionEngine
Interpreter
MCJIT
OrcLazy
OrcMCJIT
RuntimeDyld
2010-01-15-UndefValue.ll
fma3-jit.ll
frem.ll
lit.local.cfg
mov64zext32.ll
test-interp-vec-arithm_float.ll
test-interp-vec-arithm_int.ll
test-interp-vec-cast.ll
test-interp-vec-insertelement.ll
test-interp-vec-insertextractvalue.ll
test-interp-vec-loadstore.ll
test-interp-vec-logical.ll
test-interp-vec-select.ll
test-interp-vec-setcond-fp.ll
test-interp-vec-setcond-int.ll
test-interp-vec-shift.ll
test-interp-vec-shuffle.ll
Feature
FileCheck
Instrumentation
Integer
JitListener
LTO
Linker
MC
Object
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO
Transforms
Unit
Verifier
YAMLParser
tools
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py
lit.site.cfg.py.in
tools
unittests
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in
version.txt.in
nuget
openmp
polly
Directory.Build.props
Directory.Build.targets
NuGet.config
azure-pipelines.yml
build.cmd
build.sh
dir.common.props
global.json
llvm.proj
mxe-Win64.cmake.in
nuget-buildtasks
nunit-lite
roslyn-binaries
rx
xunit-binaries
how-to-bump-roslyn-binaries.md
ikvm-native
llvm
m4
man
mcs
mono
msvc
netcore
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
linux-packaging-mono/external/llvm-project/llvm/test/ExecutionEngine/test-interp-vec-setcond-int.ll

70 lines
3.5 KiB
LLVM
Raw Normal View History

; RUN: %lli %s > /dev/null
define i32 @main() {
%int1 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>
%int2 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>
%long1 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>
%long2 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>
%sbyte1 = add <5 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0>, <i8 0, i8 0, i8 0, i8 0, i8 0>
%sbyte2 = add <5 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0>, <i8 0, i8 0, i8 0, i8 0, i8 0>
%short1 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0>
%short2 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0>
%ubyte1 = add <5 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0>, <i8 0, i8 0, i8 0, i8 0, i8 0>
%ubyte2 = add <5 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0>, <i8 0, i8 0, i8 0, i8 0, i8 0>
%uint1 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>
%uint2 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>
%ulong1 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>
%ulong2 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>
%ushort1 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0>
%ushort2 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0>
%test1 = icmp eq <5 x i8> %ubyte1, %ubyte2
%test2 = icmp uge <5 x i8> %ubyte1, %ubyte2
%test3 = icmp ugt <5 x i8> %ubyte1, %ubyte2
%test4 = icmp ule <5 x i8> %ubyte1, %ubyte2
%test5 = icmp ult <5 x i8> %ubyte1, %ubyte2
%test6 = icmp ne <5 x i8> %ubyte1, %ubyte2
%test7 = icmp eq <4 x i16> %ushort1, %ushort2
%test8 = icmp uge <4 x i16> %ushort1, %ushort2
%test9 = icmp ugt <4 x i16> %ushort1, %ushort2
%test10 = icmp ule <4 x i16> %ushort1, %ushort2
%test11 = icmp ult <4 x i16> %ushort1, %ushort2
%test12 = icmp ne <4 x i16> %ushort1, %ushort2
%test13 = icmp eq <3 x i32> %uint1, %uint2
%test14 = icmp uge <3 x i32> %uint1, %uint2
%test15 = icmp ugt <3 x i32> %uint1, %uint2
%test16 = icmp ule <3 x i32> %uint1, %uint2
%test17 = icmp ult <3 x i32> %uint1, %uint2
%test18 = icmp ne <3 x i32> %uint1, %uint2
%test19 = icmp eq <2 x i64> %ulong1, %ulong2
%test20 = icmp uge <2 x i64> %ulong1, %ulong2
%test21 = icmp ugt <2 x i64> %ulong1, %ulong2
%test22 = icmp ule <2 x i64> %ulong1, %ulong2
%test23 = icmp ult <2 x i64> %ulong1, %ulong2
%test24 = icmp ne <2 x i64> %ulong1, %ulong2
%test25 = icmp eq <5 x i8> %sbyte1, %sbyte2
%test26 = icmp sge <5 x i8> %sbyte1, %sbyte2
%test27 = icmp sgt <5 x i8> %sbyte1, %sbyte2
%test28 = icmp sle <5 x i8> %sbyte1, %sbyte2
%test29 = icmp slt <5 x i8> %sbyte1, %sbyte2
%test30 = icmp ne <5 x i8> %sbyte1, %sbyte2
%test31 = icmp eq <4 x i16> %short1, %short2
%test32 = icmp sge <4 x i16> %short1, %short2
%test33 = icmp sgt <4 x i16> %short1, %short2
%test34 = icmp sle <4 x i16> %short1, %short2
%test35 = icmp slt <4 x i16> %short1, %short2
%test36 = icmp ne <4 x i16> %short1, %short2
%test37 = icmp eq <3 x i32> %int1, %int2
%test38 = icmp sge <3 x i32> %int1, %int2
%test39 = icmp sgt <3 x i32> %int1, %int2
%test40 = icmp sle <3 x i32> %int1, %int2
%test41 = icmp slt <3 x i32> %int1, %int2
%test42 = icmp ne <3 x i32> %int1, %int2
%test43 = icmp eq <2 x i64> %long1, %long2
%test44 = icmp sge <2 x i64> %long1, %long2
%test45 = icmp sgt <2 x i64> %long1, %long2
%test46 = icmp sle <2 x i64> %long1, %long2
%test47 = icmp slt <2 x i64> %long1, %long2
%test48 = icmp ne <2 x i64> %long1, %long2
ret i32 0
}