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
16e9dd4d
Commit
16e9dd4d
authored
11 years ago
by
Nadav Rotem
Browse files
Options
Downloads
Patches
Plain Diff
Add the C source code to the test to make it easier to update when debug info changes.
Thanks Eric. llvm-svn: 187368
parent
74ca78ed
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/SLPVectorizer/X86/debug_info.ll
+9
-0
9 additions, 0 deletions
llvm/test/Transforms/SLPVectorizer/X86/debug_info.ll
with
9 additions
and
0 deletions
llvm/test/Transforms/SLPVectorizer/X86/debug_info.ll
+
9
−
0
View file @
16e9dd4d
...
...
@@ -3,6 +3,15 @@
target
datalayout
=
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
target
triple
=
"x86_64-apple-macosx10.7.0"
; int depth(double *A, int m) {
; double y0 = 0; double y1 = 1;
; for (int i=0; i < m; i++) {
; y0 = A[4];
; y1 = A[5];
; }
; A[8] = y0; A[8+1] = y1;
; }
;CHECK: @depth
;CHECK: getelementptr inbounds {{.*}}, !dbg !24
;CHECK: bitcast double* {{.*}}, !dbg !24
...
...
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