Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
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
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
1c591f74
Commit
1c591f74
authored
15 years ago
by
Edward O'Callaghan
Browse files
Options
Downloads
Patches
Plain Diff
Missing CHECK: lines makes test exit abnormally.
llvm-svn: 83835
parent
8720e8c8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/test/Transforms/InstCombine/call.ll
+2
-2
2 additions, 2 deletions
llvm/test/Transforms/InstCombine/call.ll
with
2 additions
and
2 deletions
llvm/test/Transforms/InstCombine/call.ll
+
2
−
2
View file @
1c591f74
...
@@ -53,8 +53,8 @@ define i32 @test4() {
...
@@ -53,8 +53,8 @@ define i32 @test4() {
%X
=
call
i32
bitcast
(
i8
()*
@test4a
to
i32
()*)(
)
; <i32> [#uses=1]
%X
=
call
i32
bitcast
(
i8
()*
@test4a
to
i32
()*)(
)
; <i32> [#uses=1]
ret
i32
%X
ret
i32
%X
; CHECK: %X1 = call i8 @test4a()
; CHECK: %X1 = call i8 @test4a()
%tmp
=
zext
i8
%X1
to
i32
; CHECK:
%tmp = zext i8 %X1 to i32
ret
i32
%tmp
; CHECK:
ret i32 %tmp
}
}
...
...
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