mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
The actual nicification of calls is now implemented in instcombine, not in
funcresolve git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9fe3886678
commit
0e6094122a
@ -3,7 +3,7 @@
|
||||
; RUN: else exit 1 # Make sure opt doesn't abort!
|
||||
; RUN: fi
|
||||
;
|
||||
; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.'
|
||||
; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.'
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' | grep call
|
||||
; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
@ -5,7 +5,7 @@
|
||||
; RUN: else exit 1 # Make sure opt doesn't abort!
|
||||
; RUN: fi
|
||||
;
|
||||
; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' | grep call
|
||||
; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
@ -6,7 +6,7 @@
|
||||
; RUN: else exit 1 # Make sure opt doesn't abort!
|
||||
; RUN: fi
|
||||
;
|
||||
; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' | grep call
|
||||
; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
Loading…
Reference in New Issue
Block a user