mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
tail merging shrinks this code a bit. Could do more in future.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7aea832034
commit
4212a2320f
@ -2,9 +2,10 @@
|
||||
; RUN: -o %t -f
|
||||
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
|
||||
; RUN: grep piclabel %t | wc -l | grep 3
|
||||
; RUN: grep PLT %t | wc -l | grep 13
|
||||
; RUN: grep PLT %t | wc -l | grep 11
|
||||
; RUN: grep GOTOFF %t | wc -l | grep 1
|
||||
; RUN: grep JTI %t | wc -l | grep 15
|
||||
; RUN: grep JTI %t | wc -l | grep 13
|
||||
; Improved tail merging could reduce the number of PLT's and JTI's further.
|
||||
|
||||
define void @bar(i32 %n.u) {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user