mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2737 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a1359229d
commit
0fa59061d0
14
test/Transforms/LevelRaise/2002-05-23-MissedRaise.ll
Normal file
14
test/Transforms/LevelRaise/2002-05-23-MissedRaise.ll
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: if as < %s | opt -raise | dis | grep '= cast' | grep \*
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
||||
%FILE = type { int, ubyte*, ubyte*, ubyte, ubyte, uint, uint, uint }
|
||||
|
||||
uint %addfile(%FILE* %f) {
|
||||
%cast255 = cast %FILE* %f to sbyte* ; <sbyte*> [#uses=1]
|
||||
%reg2421 = getelementptr sbyte* %cast255, uint 24 ; <sbyte*> [#uses=1]
|
||||
%reg130 = load sbyte* %reg2421 ; <sbyte> [#uses=1]
|
||||
%cast250 = cast sbyte %reg130 to uint ; <uint> [#uses=1]
|
||||
ret uint %cast250
|
||||
}
|
Loading…
Reference in New Issue
Block a user