Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
patmos-llvm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWAN
patmos-llvm
Commits
ec6bb9cd
Commit
ec6bb9cd
authored
8 years ago
by
Christian Eichler
Committed by
Simon Schuster
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prevent exporting of PSEUDO_LOOPBOUND instructions to PML
parent
828ffbae
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Target/ARM/ARMExport.cpp
+1
-6
1 addition, 6 deletions
lib/Target/ARM/ARMExport.cpp
with
1 addition
and
6 deletions
lib/Target/ARM/ARMExport.cpp
+
1
−
6
View file @
ec6bb9cd
...
@@ -50,12 +50,7 @@ namespace llvm {
...
@@ -50,12 +50,7 @@ namespace llvm {
virtual
bool
doExportInstruction
(
const
MachineInstr
*
Ins
)
{
virtual
bool
doExportInstruction
(
const
MachineInstr
*
Ins
)
{
StringRef
op
=
getOpcode
(
Ins
).
getName
();
return
!
Ins
->
isPseudo
();
if
(
op
==
"PSEUDO_LOOPBOUND"
||
op
==
"IMPLICIT_DEF"
)
return
false
;
return
true
;
}
}
virtual
void
serialize
(
MachineFunction
&
MF
);
virtual
void
serialize
(
MachineFunction
&
MF
);
...
...
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