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
!184
Emit align in LLVM
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Emit align in LLVM
emit-align
into
main
Overview
0
Commits
5
Pipelines
4
Changes
1
Merged
rarbore2
requested to merge
emit-align
into
main
1 month ago
Overview
0
Commits
5
Pipelines
4
Changes
1
Expand
Emit alignment for pointer arguments to LLVM functions.
Use larger alignment (32 bytes) for arrays.
0
0
Merge request reports
Viewing commit
c4f5220d
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c4f5220d
.
· c4f5220d
Russel Arbore
authored
1 month ago
juno_scheduler/src/pm.rs
+
0
−
1
Options
@@ -831,7 +831,6 @@ impl PassManager {
let
mut
nvcc_process
=
Command
::
new
(
"nvcc"
)
.arg
(
"-c"
)
.arg
(
"-O3"
)
.arg
(
"-march=native"
)
.arg
(
"-diag-suppress"
)
.arg
(
"177"
)
.arg
(
"-o"
)
Loading