comparison test/CodeGen/X86/lsr-sort.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-64 > %t 1 ; RUN: llc < %s -mtriple=x86_64-- > %t
2 ; RUN: grep inc %t | count 1 2 ; RUN: grep inc %t | count 1
3 ; RUN: not grep incw %t 3 ; RUN: not grep incw %t
4 4
5 @X = common global i16 0 ; <i16*> [#uses=1] 5 @X = common global i16 0 ; <i16*> [#uses=1]
6 6