mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
The feature this is testing did not work in the general case,
and has been removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48232 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1eafa06411
commit
01c18a7275
@ -1,17 +0,0 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | \
|
||||
; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
|
||||
; RUN: grep {rlwinm r0, r1, 0, 22, 31}
|
||||
; RUN: llvm-upgrade < %s | llvm-as | \
|
||||
; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
|
||||
; RUN: grep {subfic r0, r0, -16448}
|
||||
; RUN: llvm-upgrade < %s | llvm-as | \
|
||||
; RUN: llc -march=ppc64 -mtriple=powerpc-apple-darwin8 | \
|
||||
; RUN: grep {rldicl r0, r1, 0, 54}
|
||||
; XFAIL: *
|
||||
|
||||
implementation
|
||||
|
||||
int* %f1() {
|
||||
%tmp = alloca int, uint 4095, align 1024
|
||||
ret int* %tmp
|
||||
}
|
Loading…
Reference in New Issue
Block a user