Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/bit-test-shift.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 | FileCheck %s | 1 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s |
2 ; <rdar://problem/8285015> | 2 ; <rdar://problem/8285015> |
3 | 3 |
4 define i32 @x(i32 %t) nounwind readnone ssp { | 4 define i32 @x(i32 %t) nounwind readnone ssp { |
5 entry: | 5 entry: |
6 ; CHECK: shll $23, %eax | 6 ; CHECK: shll $23, %eax |