mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
The optimize comparisons pass removes the "cmp" instruction this is checking for.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e32ea923de
commit
bb47d3b471
@ -629,7 +629,6 @@ bb24: ; preds = %bb23
|
||||
; CHECK: @ %bb24
|
||||
; CHECK-NEXT: @ in Loop: Header=BB1_1 Depth=1
|
||||
; CHECK-NEXT: sub{{.*}} [[REGISTER:r[0-9]+]], #1
|
||||
; CHECK-NEXT: cmp{{.*}} [[REGISTER]], #0
|
||||
; CHECK-NEXT: bne.w
|
||||
|
||||
%92 = icmp eq i32 %tmp81, %indvar78 ; <i1> [#uses=1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user