mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Fix bug in testcase now that load-vn is not built into gcse
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3614 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92bab83913
commit
72846c2dcd
@ -2,7 +2,7 @@
|
||||
; disambiguating some obvious cases. All loads should be removable in
|
||||
; this testcase.
|
||||
|
||||
; RUN: if as < %s | opt -basicaa -gcse -instcombine -dce | dis | grep load
|
||||
; RUN: if as < %s | opt -basicaa -load-vn -gcse -instcombine -dce | dis | grep load
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
@ -2,7 +2,7 @@
|
||||
; disambiguating some obvious cases. All loads should be removable in
|
||||
; this testcase.
|
||||
|
||||
; RUN: if as < %s | opt -basicaa -gcse -instcombine -dce | dis | grep load
|
||||
; RUN: if as < %s | opt -basicaa -load-vn -gcse -instcombine -dce | dis | grep load
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user