mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user