Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/scalar_sse_minmax.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 60c9769439b8 |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc < %s -march=x86 -mattr=+sse,+sse2 | FileCheck %s | 1 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse,+sse2 | FileCheck %s |
2 | 2 |
3 define float @min1(float %x, float %y) { | 3 define float @min1(float %x, float %y) { |
4 ; CHECK-LABEL: min1 | 4 ; CHECK-LABEL: min1 |
5 ; CHECK: mins | 5 ; CHECK: mins |
6 %tmp = fcmp olt float %x, %y | 6 %tmp = fcmp olt float %x, %y |