Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
llvm
Hercules
Merge requests
!207
Loop bound lte
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Loop bound lte
loop-bound-lte
into
main
Overview
0
Commits
5
Pipelines
3
Changes
21
Merged
Xavier Routh
requested to merge
loop-bound-lte
into
main
3 weeks ago
Overview
0
Commits
5
Pipelines
3
Changes
21
Expand
0
0
Merge request reports
Viewing commit
c15146ac
Prev
Next
Show latest version
21 files
+
843
−
173
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
c15146ac
merge
· c15146ac
Xavier Routh
authored
2 weeks ago
hercules_cg/src/rt.rs
+
1
−
1
Options
@@ -938,7 +938,7 @@ impl<'a> RTContext<'a> {
let
dst_device
=
self
.node_colors
.0
[
&
collect
];
write!
(
block
,
"::hercules_rt::__copy_{}_to_{}({}.byte_add({} as usize).0, {}.0, {});"
,
"::hercules_rt::__copy_{}_to_{}({}.byte_add({} as usize).0, {}.0, {}
as usize
);"
,
src_device
.name
(),
dst_device
.name
(),
self
.get_value
(
collect
,
bb
,
false
),
Loading