|
[turbofan] add MachineType to AllocatedOperand
- allows the optimization of emitted gap move code since the representation of the value in the register is known
- necessary preparation for vector register allocation
- prepare for slot sharing for any value of the same byte width
BUG=
Committed: https://crrev.com/3a025d1ab6437559f86a464767aa03d2d9789f6f
Cr-Commit-Position: refs/heads/master@{#28137}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+522 lines, -347 lines) |
Patch |
|
M |
src/compiler/frame.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+7 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/compiler/gap-resolver.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/instruction.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
13 chunks |
+94 lines, -32 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
5 chunks |
+77 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction-selector.h
|
View
|
1
2
3
4
5
6
7
12
|
1 chunk |
+5 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction-selector.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+70 lines, -123 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction-selector-impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/move-optimizer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
3 chunks |
+18 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/compiler/register-allocator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
13 chunks |
+29 lines, -20 lines |
0 comments
|
Download
|
|
M |
src/compiler/register-allocator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
31 chunks |
+167 lines, -84 lines |
0 comments
|
Download
|
|
M |
src/compiler/register-allocator-verifier.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-gap-resolver.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+27 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-instruction.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-jump-threading.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/instruction-selector-unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/move-optimizer-unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 9 (3 generated)
|