comparison test/CodeGen/X86/fold-sext-trunc.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children c2174574ed3a
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: llc < %s -march=x86-64 | grep movslq | count 1 1 ; RUN: llc < %s -mtriple=x86_64-- | grep movslq | count 1
2 ; PR4050 2 ; PR4050
3 3
4 %0 = type { i64 } ; type %0 4 %0 = type { i64 } ; type %0
5 %struct.S1 = type { i16, i32 } 5 %struct.S1 = type { i16, i32 }
6 @g_10 = external global %struct.S1 ; <%struct.S1*> [#uses=2] 6 @g_10 = external global %struct.S1 ; <%struct.S1*> [#uses=2]