mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[ARM] Make Thumb-2 code size optimization test more strict.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216729 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f238c1844e
commit
c5484a2704
@ -4,7 +4,7 @@
|
||||
define i32 @and(i32 %a, i32 %b) nounwind readnone {
|
||||
; CHECK-LABEL: and:
|
||||
; CHECK: and.w r{{[0-9]+}}, r{{[0-9]+}}, r{{[0-9]+}} @ encoding: [{{0x..,0x..,0x..,0x..}}]
|
||||
; CHECK-OPT: ands r{{[0-9]+}}, r{{[0-9]+}} @ encoding: [{{0x..,0x..}}]
|
||||
; CHECK-OPT: ands r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}]
|
||||
entry:
|
||||
%and = and i32 %b, %a
|
||||
ret i32 %and
|
||||
|
Loading…
Reference in New Issue
Block a user