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
1969887f
Commit
1969887f
authored
14 years ago
by
Evan Cheng
Browse files
Options
Downloads
Patches
Plain Diff
Fix scheduling infor for vmovn and vshrn which I broke accidentially.
llvm-svn: 115354
parent
f3179567
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
llvm/lib/Target/ARM/ARMInstrNEON.td
+1
-1
1 addition, 1 deletion
llvm/lib/Target/ARM/ARMInstrNEON.td
llvm/lib/Target/ARM/ARMScheduleA8.td
+1
-1
1 addition, 1 deletion
llvm/lib/Target/ARM/ARMScheduleA8.td
with
2 additions
and
2 deletions
llvm/lib/Target/ARM/ARMInstrNEON.td
+
1
−
1
View file @
1969887f
...
...
@@ -3177,7 +3177,7 @@ def VSHLLi32 : N2VLShMax<1, 1, 0b111010, 0b0011, 0, 0, 0, "vshll", "i32",
v2i64, v2i32, NEONvshlli>;
// VSHRN : Vector Shift Right and Narrow
defm VSHRN : N2VNSh_HSD<0,1,0b1000,0,0,1, IIC_V
MOVN
, "vshrn", "i",
defm VSHRN : N2VNSh_HSD<0,1,0b1000,0,0,1, IIC_V
SHLiD
, "vshrn", "i",
NEONvshrn>;
// VRSHL : Vector Rounding Shift
...
...
This diff is collapsed.
Click to expand it.
llvm/lib/Target/ARM/ARMScheduleA8.td
+
1
−
1
View file @
1969887f
...
...
@@ -531,7 +531,7 @@ def CortexA8Itineraries : ProcessorItineraries<
//
// Vector narrow move
InstrItinData<IIC_VMOVN , [InstrStage<1, [A8_Pipe0, A8_Pipe1]>,
InstrStage<1, [A8_NPipe]>], [
3
, 1]>,
InstrStage<1, [A8_NPipe]>], [
2
, 1]>,
//
// Double-register Permute
InstrItinData<IIC_VPERMD, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>,
...
...
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