Enable i16 to i32 promotion by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102493 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2010-04-28 08:30:49 +00:00
parent b3a3d5e858
commit 2bce5f4b56
16 changed files with 98 additions and 46 deletions

View File

@@ -80,11 +80,11 @@ bb:
bb12:
ret i16 %tmp3
; X64: test5:
; X64: notw [[REG:%[a-z]+]]
; X64: andw {{.*}}[[REG]]
; X64: notl [[REG:%[a-z]+]]
; X64: andl {{.*}}[[REG]]
; X32: test5:
; X32: notw [[REG:%[a-z]+]]
; X32: andw {{.*}}[[REG]]
; X32: notl [[REG:%[a-z]+]]
; X32: andl {{.*}}[[REG]]
}
define i8 @test6(i8 %a, i8 %b) nounwind {