comparison test/CodeGen/X86/negative_zero.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: llc < %s -march=x86 -mattr=-sse2,-sse3 | FileCheck %s 1 ; RUN: llc < %s -mtriple=i686-- -mattr=-sse2,-sse3 | FileCheck %s
2 2
3 ; CHECK: fchs 3 ; CHECK: fchs
4 4
5 5
6 define double @T() { 6 define double @T() {