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
4db39cef
Commit
4db39cef
authored
13 years ago
by
Eli Friedman
Browse files
Options
Downloads
Patches
Plain Diff
Test for r129190.
llvm-svn: 129197
parent
e53c95f1
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/LICM/2011-04-06-HoistMissedASTUpdate.ll
+32
-0
32 additions, 0 deletions
llvm/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
with
32 additions
and
0 deletions
llvm/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
0 → 100644
+
32
−
0
View file @
4db39cef
; RUN: opt < %s -basicaa -licm -S | FileCheck %s
; PR9630
@g_39
=
external
global
i16
,
align
2
declare
i32
*
@func_84
(
i32
**
nocapture
)
nounwind
readonly
declare
i32
**
@func_108
(
i32
***
nocapture
)
nounwind
readonly
define
void
@func
()
nounwind
{
entry:
br
label
%for.body4.lr.ph
for.body4.lr.ph:
br
label
%for.body4
; CHECK: for.body4:
; CHECK: volatile load i16* @g_39
for.body4:
%l_612.11
=
phi
i32
*
[
undef
,
%for.body4.lr.ph
],
[
%call19
,
%for.body4
]
%tmp7
=
volatile
load
i16
*
@g_39
,
align
2
%call
=
call
i32
**
@func_108
(
i32
***
undef
)
%call19
=
call
i32
*
@func_84
(
i32
**
%call
)
br
i1
false
,
label
%for.body4
,
label
%for.cond.loopexit
for.cond.loopexit:
br
i1
false
,
label
%for.body4.lr.ph
,
label
%for.end26
for.end26:
ret
void
}
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