forked from Oink70/CCminer-ARM-optimized
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ccminer-crc32.opt.yaml
68 lines (68 loc) · 2.13 KB
/
ccminer-crc32.opt.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
--- !Missed
Pass: loop-distribute
Name: NotDistributed
DebugLoc: { File: crc32.c, Line: 100, Column: 2 }
Function: crc32
Args:
- String: 'loop not distributed: use -Rpass-analysis=loop-distribute for more info'
...
--- !Analysis
Pass: loop-distribute
Name: MemOpsCanBeVectorized
DebugLoc: { File: crc32.c, Line: 100, Column: 2 }
Function: crc32
Args:
- String: 'loop not distributed: '
- String: memory operations are safe for vectorization
...
--- !Analysis
Pass: loop-vectorize
Name: NonReductionValueUsedOutsideLoop
DebugLoc: { File: crc32.c, Line: 100, Column: 2 }
Function: crc32
Args:
- String: 'loop not vectorized: '
- String: value that could not be identified as reduction is used outside the loop
...
--- !Missed
Pass: loop-vectorize
Name: MissedDetails
DebugLoc: { File: crc32.c, Line: 100, Column: 2 }
Function: crc32
Args:
- String: loop not vectorized
...
--- !Missed
Pass: loop-distribute
Name: NotDistributed
DebugLoc: { File: crc32.c, Line: 115, Column: 2 }
Function: crc32_u32t
Args:
- String: 'loop not distributed: use -Rpass-analysis=loop-distribute for more info'
...
--- !Analysis
Pass: loop-distribute
Name: MemOpsCanBeVectorized
DebugLoc: { File: crc32.c, Line: 115, Column: 2 }
Function: crc32_u32t
Args:
- String: 'loop not distributed: '
- String: memory operations are safe for vectorization
...
--- !Analysis
Pass: loop-vectorize
Name: NonReductionValueUsedOutsideLoop
DebugLoc: { File: crc32.c, Line: 115, Column: 2 }
Function: crc32_u32t
Args:
- String: 'loop not vectorized: '
- String: value that could not be identified as reduction is used outside the loop
...
--- !Missed
Pass: loop-vectorize
Name: MissedDetails
DebugLoc: { File: crc32.c, Line: 115, Column: 2 }
Function: crc32_u32t
Args:
- String: loop not vectorized
...