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
2f5683e6
Commit
2f5683e6
authored
6 years ago
by
Ron Lieberman
Browse files
Options
Downloads
Patches
Plain Diff
[AMDGPU] NFC Test commit
llvm-svn: 347002
parent
af7b5d70
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/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
+1
-1
1 addition, 1 deletion
llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
with
1 addition
and
1 deletion
llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
+
1
−
1
View file @
2f5683e6
...
...
@@ -35,7 +35,7 @@ AMDGPURegisterBankInfo::AMDGPURegisterBankInfo(const TargetRegisterInfo &TRI)
:
AMDGPUGenRegisterBankInfo
(),
TRI
(
static_cast
<
const
SIRegisterInfo
*>
(
&
TRI
))
{
// HACK: Until this is fully tablegen'd
// HACK: Until this is fully tablegen'd
.
static
bool
AlreadyInit
=
false
;
if
(
AlreadyInit
)
return
;
...
...
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