1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

tail merging shrinks this code a bit. Could do more in future.

llvm-svn: 37316
This commit is contained in:
Dale Johannesen 2007-05-23 21:09:26 +00:00
parent d0b7bbe261
commit 54db6d2e4d

View File

@ -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: