mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
unxfail this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21490 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
936a775a1b
commit
6f8a2461a8
@ -11,14 +11,8 @@
|
|||||||
;
|
;
|
||||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep 'cast.*int'
|
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep 'cast.*int'
|
||||||
|
|
||||||
|
|
||||||
; Some of these cases were miscompiling programs so they were disabled, see
|
|
||||||
; bugzilla for details.
|
|
||||||
; XFAIL: *
|
|
||||||
|
|
||||||
implementation ; Functions:
|
implementation ; Functions:
|
||||||
|
|
||||||
;
|
|
||||||
bool %lt_signed_to_large_unsigned(sbyte %SB) {
|
bool %lt_signed_to_large_unsigned(sbyte %SB) {
|
||||||
%Y = cast sbyte %SB to uint ; <uint> [#uses=1]
|
%Y = cast sbyte %SB to uint ; <uint> [#uses=1]
|
||||||
%C = setlt uint %Y, 1024 ; <bool> [#uses=1]
|
%C = setlt uint %Y, 1024 ; <bool> [#uses=1]
|
||||||
|
Loading…
Reference in New Issue
Block a user