Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
48e0c338
Commit
48e0c338
authored
18 years ago
by
Reid Spencer
Browse files
Options
Downloads
Patches
Plain Diff
Test cases for PR1117.
llvm-svn: 33281
parent
a8a15473
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
llvm/test/Regression/Assembler/2007-01-16-CrashOnBadCast.ll
+8
-0
8 additions, 0 deletions
llvm/test/Regression/Assembler/2007-01-16-CrashOnBadCast.ll
llvm/test/Regression/Assembler/2007-01-16-CrashOnBadCast2.ll
+5
-0
5 additions, 0 deletions
llvm/test/Regression/Assembler/2007-01-16-CrashOnBadCast2.ll
with
13 additions
and
0 deletions
llvm/test/Regression/Assembler/2007-01-16-CrashOnBadCast.ll
0 → 100644
+
8
−
0
View file @
48e0c338
; PR1117
; RUN: llvm-as < %s 2>&1 > /dev/null | \
; RUN: grep "invalid cast opcode for cast from"
define
i8
*
%nada
(
i64
%X
)
{
%result
=
trunc
i64
%X
to
i8
*
ret
i8
*
%result
}
This diff is collapsed.
Click to expand it.
llvm/test/Regression/Assembler/2007-01-16-CrashOnBadCast2.ll
0 → 100644
+
5
−
0
View file @
48e0c338
; PR1117
; RUN: llvm-as < %s 2>&1 > /dev/null | \
; RUN: grep "invalid cast opcode for cast from"
%X
=
constant
i8
*
trunc
(
i64
0
to
i8
*)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment