Advertisement
Guest User

Untitled

a guest
Apr 16th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.30 KB | None | 0 0
  1.  
  2. D:\depot_tools\chromium\src>ninja -C out/thinlto64 brotli.exe
  3. ninja: Entering directory `out/thinlto64'
  4. [1/1] Regenerating ninja files
  5. [44/67] CC obj/third_party/brotli/dec/decode.obj
  6. ../../third_party/brotli/dec/decode.c(1157,3): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  7. for (i = 0; i < 8; ++i) s->trivial_literal_contexts[i] = 0;
  8. ^
  9. ../../third_party/brotli/dec/decode.c(1158,3): remark: Signed-unsigned restriction: [p_0] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  10. for (i = 0; i < s->num_block_types[0]; i++) {
  11. ^
  12. ../../third_party/brotli/dec/decode.c(1158,3): remark: Signed-unsigned restriction: [p_0] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  13. ../../third_party/brotli/dec/decode.c(1158,3): remark: Signed-unsigned restriction: [p_0] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  14. ../../third_party/brotli/dec/decode.c(1157,58): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  15. for (i = 0; i < 8; ++i) s->trivial_literal_contexts[i] = 0;
  16. ^
  17. ../../third_party/brotli/dec/decode.c(1158,19): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  18. for (i = 0; i < s->num_block_types[0]; i++) {
  19. ^
  20. ../../third_party/brotli/dec/decode.c(1161,24): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  21. size_t sample = s->context_map[offset];
  22. ^
  23. ../../third_party/brotli/dec/decode.c(1161,21): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  24. size_t sample = s->context_map[offset];
  25. ^
  26. ../../third_party/brotli/dec/decode.c(1164,7): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  27. BROTLI_REPEAT(4, error |= s->context_map[offset + j++] ^ sample;)
  28. ^
  29. ../../third_party/brotli/dec/decode.c(1164,7): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  30. ../../third_party/brotli/dec/decode.c(1164,7): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  31. ../../third_party/brotli/dec/decode.c(1164,7): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  32. ../../third_party/brotli/dec/decode.c(1167,43): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  33. s->trivial_literal_contexts[i >> 5] |= 1u << (i & 31);
  34. ^
  35. ../../third_party/brotli/dec/decode.c(2290,18): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  36. s->state = BROTLI_STATE_CONTEXT_MAP_2;
  37. ^
  38. ../../third_party/brotli/dec/decode.c(2290,18): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  39. [47/67] CC obj/third_party/brotli/enc/cluster.obj
  40. In file included from ../../third_party/brotli/enc/cluster.c:9:
  41. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  42. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  43. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  44. for (i = 0; i < DATA_SIZE; ++i) {
  45. ^
  46. In file included from ../../third_party/brotli/enc/cluster.c:9:
  47. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  48. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: No-overflows restriction: [p_0, p_1, p_2] -> { : p_0 >= 2305843009213693953 } [-Rpass-analysis=polly-scops]
  49. size_t max_num_pairs) CODE({
  50. ^
  51. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  52. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_1 < 0 } [-Rpass-analysis=polly-scops]
  53. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  54. In file included from ../../third_party/brotli/enc/cluster.c:9:
  55. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  56. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  57. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  58. for (i = 0; i < DATA_SIZE; ++i) {
  59. ^
  60. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_1 < 0 } [-Rpass-analysis=polly-scops]
  61. In file included from ../../third_party/brotli/enc/cluster.c:9:
  62. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  63. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Finite loop restriction: [p_0, p_1, p_2] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  64. size_t max_num_pairs) CODE({
  65. ^
  66. In file included from ../../third_party/brotli/enc/cluster.c:9:
  67. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  68. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  69. ../../third_party/brotli/enc/./histogram_inc.h(47,23): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  70. self->data_[i] += v->data_[i];
  71. ^
  72. ../../third_party/brotli/enc/./histogram_inc.h(47,20): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  73. self->data_[i] += v->data_[i];
  74. ^
  75. In file included from ../../third_party/brotli/enc/cluster.c:9:
  76. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  77. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  78. size_t max_num_pairs) CODE({
  79. ^
  80. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  81. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  82. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  83. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  84. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  85. In file included from ../../third_party/brotli/enc/cluster.c:9:
  86. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  87. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  88. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  89. for (i = 0; i < DATA_SIZE; ++i) {
  90. ^
  91. In file included from ../../third_party/brotli/enc/cluster.c:9:
  92. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  93. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: No-overflows restriction: [p_0, p_1, p_2] -> { : p_0 >= 2305843009213693953 } [-Rpass-analysis=polly-scops]
  94. size_t max_num_pairs) CODE({
  95. ^
  96. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  97. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_1 < 0 } [-Rpass-analysis=polly-scops]
  98. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  99. In file included from ../../third_party/brotli/enc/cluster.c:9:
  100. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  101. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  102. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  103. for (i = 0; i < DATA_SIZE; ++i) {
  104. ^
  105. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_1 < 0 } [-Rpass-analysis=polly-scops]
  106. In file included from ../../third_party/brotli/enc/cluster.c:9:
  107. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  108. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Finite loop restriction: [p_0, p_1, p_2] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  109. size_t max_num_pairs) CODE({
  110. ^
  111. In file included from ../../third_party/brotli/enc/cluster.c:9:
  112. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  113. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  114. ../../third_party/brotli/enc/./histogram_inc.h(47,23): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  115. self->data_[i] += v->data_[i];
  116. ^
  117. ../../third_party/brotli/enc/./histogram_inc.h(47,20): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  118. self->data_[i] += v->data_[i];
  119. ^
  120. In file included from ../../third_party/brotli/enc/cluster.c:9:
  121. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  122. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  123. size_t max_num_pairs) CODE({
  124. ^
  125. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  126. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  127. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  128. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  129. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  130. In file included from ../../third_party/brotli/enc/cluster.c:9:
  131. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  132. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  133. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  134. for (i = 0; i < DATA_SIZE; ++i) {
  135. ^
  136. In file included from ../../third_party/brotli/enc/cluster.c:9:
  137. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  138. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: No-overflows restriction: [p_0, p_1, p_2] -> { : p_0 >= 2305843009213693953 } [-Rpass-analysis=polly-scops]
  139. size_t max_num_pairs) CODE({
  140. ^
  141. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  142. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_1 < 0 } [-Rpass-analysis=polly-scops]
  143. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  144. In file included from ../../third_party/brotli/enc/cluster.c:9:
  145. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  146. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  147. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  148. for (i = 0; i < DATA_SIZE; ++i) {
  149. ^
  150. ../../third_party/brotli/enc/./histogram_inc.h(46,3): remark: Signed-unsigned restriction: [p_0, p_1, p_2] -> { : p_1 < 0 } [-Rpass-analysis=polly-scops]
  151. In file included from ../../third_party/brotli/enc/cluster.c:9:
  152. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  153. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Finite loop restriction: [p_0, p_1, p_2] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  154. size_t max_num_pairs) CODE({
  155. ^
  156. In file included from ../../third_party/brotli/enc/cluster.c:9:
  157. In file included from ../../third_party/brotli/enc/./cluster.h:14:
  158. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  159. ../../third_party/brotli/enc/./histogram_inc.h(47,23): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  160. self->data_[i] += v->data_[i];
  161. ^
  162. ../../third_party/brotli/enc/./histogram_inc.h(47,20): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  163. self->data_[i] += v->data_[i];
  164. ^
  165. In file included from ../../third_party/brotli/enc/cluster.c:9:
  166. In file included from ../../third_party/brotli/enc/./cluster.h:31:
  167. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  168. size_t max_num_pairs) CODE({
  169. ^
  170. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  171. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  172. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  173. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  174. ../../third_party/brotli/enc/./cluster_inc.h(78,73): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  175. [53/67] CC obj/third_party/brotli/enc/block_splitter.obj
  176. ../../third_party/brotli/enc/block_splitter.c(122,6): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  177. void BrotliSplitBlock(MemoryManager* m,
  178. ^
  179. ../../third_party/brotli/enc/block_splitter.c(122,6): note: could not determine the original source location for ../../third_party/brotli/enc/./block_splitter_inc.h:0:0
  180. In file included from ../../third_party/brotli/enc/block_splitter.c:92:
  181. ../../third_party/brotli/enc/./block_splitter_inc.h(126,11): remark: No-overflows restriction: [p_0, p_1, p_2, p_3] -> { : 8p_3 >= 73786976294838206465 - p_0 } [-Rpass-analysis=polly-scops]
  182. if (cost[k] >= block_switch_cost) {
  183. ^
  184. ../../third_party/brotli/enc/./block_splitter_inc.h(126,11): remark: No-overflows restriction: [p_0, p_1, p_2, p_3] -> { : 8p_3 >= 73786976294838206465 - p_0 } [-Rpass-analysis=polly-scops]
  185. ../../third_party/brotli/enc/./block_splitter_inc.h(112,5): remark: No-overflows restriction: [p_0, p_1, p_2, p_3] -> { : p_1 <= -4611686018427387905 or p_1 >= 4611686018427387904 } [-Rpass-analysis=polly-scops]
  186. for (k = 0; k < num_histograms; ++k) {
  187. ^
  188. ../../third_party/brotli/enc/./block_splitter_inc.h(108,29): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  189. size_t insert_cost_ix = data[byte_ix] * num_histograms;
  190. ^
  191. ../../third_party/brotli/enc/./block_splitter_inc.h(114,18): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  192. cost[k] += insert_cost[insert_cost_ix + k];
  193. ^
  194. ../../third_party/brotli/enc/./block_splitter_inc.h(114,15): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  195. cost[k] += insert_cost[insert_cost_ix + k];
  196. ^
  197. ../../third_party/brotli/enc/./block_splitter_inc.h(117,27): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  198. block_id[byte_ix] = (uint8_t)k;
  199. ^
  200. ../../third_party/brotli/enc/./block_splitter_inc.h(128,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  201. cost[k] = block_switch_cost;
  202. ^
  203. ../../third_party/brotli/enc/./block_splitter_inc.h(130,38): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  204. switch_signal[ix + (k >> 3)] |= mask;
  205. ^
  206. ../../third_party/brotli/enc/./block_splitter_inc.h(131,7): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  207. }
  208. ^
  209. ../../third_party/brotli/enc/block_splitter.c(122,6): remark: Profitable assumption: [p_0, p_1, p_2, p_3] -> { : false } [-Rpass-analysis=polly-scops]
  210. void BrotliSplitBlock(MemoryManager* m,
  211. ^
  212. ../../third_party/brotli/enc/block_splitter.c(122,6): note: could not determine the original source location for ../../third_party/brotli/enc/./block_splitter_inc.h:0:0
  213. ../../third_party/brotli/enc/block_splitter.c(122,6): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  214. void BrotliSplitBlock(MemoryManager* m,
  215. ^
  216. ../../third_party/brotli/enc/block_splitter.c(122,6): note: could not determine the original source location for ../../third_party/brotli/enc/./block_splitter_inc.h:0:0
  217. In file included from ../../third_party/brotli/enc/block_splitter.c:92:
  218. ../../third_party/brotli/enc/./block_splitter_inc.h(126,11): remark: No-overflows restriction: [p_0, p_1, p_2, p_3] -> { : 8p_3 >= 73786976294838206465 - p_0 } [-Rpass-analysis=polly-scops]
  219. if (cost[k] >= block_switch_cost) {
  220. ^
  221. ../../third_party/brotli/enc/./block_splitter_inc.h(126,11): remark: No-overflows restriction: [p_0, p_1, p_2, p_3] -> { : 8p_3 >= 73786976294838206465 - p_0 } [-Rpass-analysis=polly-scops]
  222. ../../third_party/brotli/enc/./block_splitter_inc.h(112,5): remark: No-overflows restriction: [p_0, p_1, p_2, p_3] -> { : p_1 <= -4611686018427387905 or p_1 >= 4611686018427387904 } [-Rpass-analysis=polly-scops]
  223. for (k = 0; k < num_histograms; ++k) {
  224. ^
  225. ../../third_party/brotli/enc/./block_splitter_inc.h(108,29): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  226. size_t insert_cost_ix = data[byte_ix] * num_histograms;
  227. ^
  228. ../../third_party/brotli/enc/./block_splitter_inc.h(114,18): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  229. cost[k] += insert_cost[insert_cost_ix + k];
  230. ^
  231. ../../third_party/brotli/enc/./block_splitter_inc.h(114,15): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  232. cost[k] += insert_cost[insert_cost_ix + k];
  233. ^
  234. ../../third_party/brotli/enc/./block_splitter_inc.h(117,27): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  235. block_id[byte_ix] = (uint8_t)k;
  236. ^
  237. ../../third_party/brotli/enc/./block_splitter_inc.h(128,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  238. cost[k] = block_switch_cost;
  239. ^
  240. ../../third_party/brotli/enc/./block_splitter_inc.h(130,38): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  241. switch_signal[ix + (k >> 3)] |= mask;
  242. ^
  243. ../../third_party/brotli/enc/./block_splitter_inc.h(131,7): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  244. }
  245. ^
  246. ../../third_party/brotli/enc/block_splitter.c(122,6): remark: Profitable assumption: [p_0, p_1, p_2, p_3] -> { : false } [-Rpass-analysis=polly-scops]
  247. void BrotliSplitBlock(MemoryManager* m,
  248. ^
  249. ../../third_party/brotli/enc/block_splitter.c(122,6): note: could not determine the original source location for ../../third_party/brotli/enc/./block_splitter_inc.h:0:0
  250. ../../third_party/brotli/enc/block_splitter.c(122,6): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  251. void BrotliSplitBlock(MemoryManager* m,
  252. ^
  253. ../../third_party/brotli/enc/block_splitter.c(122,6): note: could not determine the original source location for ../../third_party/brotli/enc/./block_splitter_inc.h:0:0
  254. In file included from ../../third_party/brotli/enc/block_splitter.c:92:
  255. ../../third_party/brotli/enc/./block_splitter_inc.h(126,11): remark: No-overflows restriction: [p_0, p_1, p_2, p_3] -> { : 8p_3 >= 73786976294838206465 - p_0 } [-Rpass-analysis=polly-scops]
  256. if (cost[k] >= block_switch_cost) {
  257. ^
  258. ../../third_party/brotli/enc/./block_splitter_inc.h(126,11): remark: No-overflows restriction: [p_0, p_1, p_2, p_3] -> { : 8p_3 >= 73786976294838206465 - p_0 } [-Rpass-analysis=polly-scops]
  259. ../../third_party/brotli/enc/./block_splitter_inc.h(108,29): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  260. size_t insert_cost_ix = data[byte_ix] * num_histograms;
  261. ^
  262. ../../third_party/brotli/enc/./block_splitter_inc.h(114,18): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  263. cost[k] += insert_cost[insert_cost_ix + k];
  264. ^
  265. ../../third_party/brotli/enc/./block_splitter_inc.h(114,15): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  266. cost[k] += insert_cost[insert_cost_ix + k];
  267. ^
  268. ../../third_party/brotli/enc/./block_splitter_inc.h(117,27): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  269. block_id[byte_ix] = (uint8_t)k;
  270. ^
  271. ../../third_party/brotli/enc/./block_splitter_inc.h(128,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  272. cost[k] = block_switch_cost;
  273. ^
  274. ../../third_party/brotli/enc/./block_splitter_inc.h(130,38): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  275. switch_signal[ix + (k >> 3)] |= mask;
  276. ^
  277. ../../third_party/brotli/enc/./block_splitter_inc.h(131,7): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  278. }
  279. ^
  280. ../../third_party/brotli/enc/block_splitter.c(122,6): remark: Profitable assumption: [p_0, p_1, p_2, p_3] -> { : false } [-Rpass-analysis=polly-scops]
  281. void BrotliSplitBlock(MemoryManager* m,
  282. ^
  283. [54/67] CC obj/third_party/brotli/enc/encode.obj
  284. In file included from ../../third_party/brotli/enc/encode.c:18:
  285. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  286. In file included from ../../third_party/brotli/enc/./hash.h:354:
  287. ../../third_party/brotli/enc/./hash_rolling_inc.h(29,10): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  288. return (uint32_t)byte + 1u;
  289. ^
  290. ../../third_party/brotli/enc/./hash_rolling_inc.h(87,7): remark: No-overflows restriction: [p_0, p_1] -> { : p_0 = 65 and p_1 = -9223372036854775808 } [-Rpass-analysis=polly-scops]
  291. if (input_size < CHUNKLEN) return;
  292. ^
  293. ../../third_party/brotli/enc/./hash_rolling_inc.h(87,7): remark: No-overflows restriction: [p_0, p_1] -> { : p_0 = 55 and p_1 = -9223372036854775808 } [-Rpass-analysis=polly-scops]
  294. ../../third_party/brotli/enc/./hash_rolling_inc.h(87,7): remark: No-overflows restriction: [p_0, p_1] -> { : p_0 = 35 and p_1 = -9223372036854775808 } [-Rpass-analysis=polly-scops]
  295. In file included from ../../third_party/brotli/enc/encode.c:18:
  296. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  297. ../../third_party/brotli/enc/./hash.h(483,41): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  298. switch (GetHasherCommon(self)->params.type) {
  299. ^
  300. In file included from ../../third_party/brotli/enc/encode.c:18:
  301. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  302. In file included from ../../third_party/brotli/enc/./hash.h:371:
  303. ../../third_party/brotli/enc/./hash_composite_inc.h(109,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  304. FN_B(StitchToPreviousBlock)(self->hb, num_bytes, position, ringbuffer,
  305. ^
  306. In file included from ../../third_party/brotli/enc/encode.c:18:
  307. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  308. In file included from ../../third_party/brotli/enc/./hash.h:354:
  309. ../../third_party/brotli/enc/./hash_rolling_inc.h(90,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  310. self->state = FN(HashRollingFunctionInitial)(
  311. ^
  312. ../../third_party/brotli/enc/./hash_rolling_inc.h(91,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  313. self->state, data[i], self->factor);
  314. ^
  315. ../../third_party/brotli/enc/./hash_rolling_inc.h(91,22): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  316. self->state, data[i], self->factor);
  317. ^
  318. ../../third_party/brotli/enc/./hash_rolling_inc.h(144,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  319. self->next_ix = position;
  320. ^
  321. In file included from ../../third_party/brotli/enc/encode.c:18:
  322. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  323. In file included from ../../third_party/brotli/enc/./hash.h:371:
  324. ../../third_party/brotli/enc/./hash_composite_inc.h(109,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  325. FN_B(StitchToPreviousBlock)(self->hb, num_bytes, position, ringbuffer,
  326. ^
  327. In file included from ../../third_party/brotli/enc/encode.c:18:
  328. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  329. In file included from ../../third_party/brotli/enc/./hash.h:354:
  330. ../../third_party/brotli/enc/./hash_rolling_inc.h(90,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  331. self->state = FN(HashRollingFunctionInitial)(
  332. ^
  333. ../../third_party/brotli/enc/./hash_rolling_inc.h(91,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  334. self->state, data[i], self->factor);
  335. ^
  336. ../../third_party/brotli/enc/./hash_rolling_inc.h(91,22): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  337. self->state, data[i], self->factor);
  338. ^
  339. ../../third_party/brotli/enc/./hash_rolling_inc.h(144,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  340. self->next_ix = position;
  341. ^
  342. In file included from ../../third_party/brotli/enc/encode.c:18:
  343. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  344. In file included from ../../third_party/brotli/enc/./hash.h:371:
  345. ../../third_party/brotli/enc/./hash_composite_inc.h(109,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  346. FN_B(StitchToPreviousBlock)(self->hb, num_bytes, position, ringbuffer,
  347. ^
  348. In file included from ../../third_party/brotli/enc/encode.c:18:
  349. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  350. In file included from ../../third_party/brotli/enc/./hash.h:354:
  351. ../../third_party/brotli/enc/./hash_rolling_inc.h(90,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  352. self->state = FN(HashRollingFunctionInitial)(
  353. ^
  354. ../../third_party/brotli/enc/./hash_rolling_inc.h(91,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  355. self->state, data[i], self->factor);
  356. ^
  357. ../../third_party/brotli/enc/./hash_rolling_inc.h(91,22): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  358. self->state, data[i], self->factor);
  359. ^
  360. ../../third_party/brotli/enc/./hash_rolling_inc.h(144,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  361. self->next_ix = position;
  362. ^
  363. In file included from ../../third_party/brotli/enc/encode.c:18:
  364. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  365. ../../third_party/brotli/enc/./hash.h(488,5): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  366. FOR_ALL_HASHERS(INIT_)
  367. ^
  368. In file included from ../../third_party/brotli/enc/encode.c:18:
  369. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  370. In file included from ../../third_party/brotli/enc/./hash.h:354:
  371. ../../third_party/brotli/enc/./hash_rolling_inc.h(70,3): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  372. for (i = 0; i < CHUNKLEN; i += JUMP) {
  373. ^
  374. ../../third_party/brotli/enc/./hash_rolling_inc.h(71,25): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  375. self->factor_remove *= self->factor;
  376. ^
  377. ../../third_party/brotli/enc/./hash_rolling_inc.h(74,15): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  378. self->table = (uint32_t*)((HasherHandle)self + sizeof(HashRolling));
  379. ^
  380. ../../third_party/brotli/enc/./hash_rolling_inc.h(76,11): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  381. self->table[i] = FN(kInvalidPos);
  382. ^
  383. ../../third_party/brotli/enc/./hash_rolling_inc.h(76,20): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  384. self->table[i] = FN(kInvalidPos);
  385. ^
  386. ../../third_party/brotli/enc/./hash_rolling_inc.h(76,11): remark: Invariant load restriction: { : } [-Rpass-analysis=polly-scops]
  387. self->table[i] = FN(kInvalidPos);
  388. ^
  389. In file included from ../../third_party/brotli/enc/encode.c:18:
  390. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  391. In file included from ../../third_party/brotli/enc/./hash.h:371:
  392. ../../third_party/brotli/enc/./hash_composite_inc.h(76,23): remark: SCoP ends here but was dismissed. [-Rpass-analysis=polly-scops]
  393. FN_A(Prepare)(self->ha, one_shot, input_size, data);
  394. ^
  395. In file included from ../../third_party/brotli/enc/encode.c:18:
  396. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  397. In file included from ../../third_party/brotli/enc/./hash.h:354:
  398. ../../third_party/brotli/enc/./hash_rolling_inc.h(70,3): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  399. for (i = 0; i < CHUNKLEN; i += JUMP) {
  400. ^
  401. ../../third_party/brotli/enc/./hash_rolling_inc.h(71,25): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  402. self->factor_remove *= self->factor;
  403. ^
  404. ../../third_party/brotli/enc/./hash_rolling_inc.h(74,15): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  405. self->table = (uint32_t*)((HasherHandle)self + sizeof(HashRolling));
  406. ^
  407. ../../third_party/brotli/enc/./hash_rolling_inc.h(76,11): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  408. self->table[i] = FN(kInvalidPos);
  409. ^
  410. ../../third_party/brotli/enc/./hash_rolling_inc.h(76,20): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  411. self->table[i] = FN(kInvalidPos);
  412. ^
  413. ../../third_party/brotli/enc/./hash_rolling_inc.h(76,11): remark: Invariant load restriction: { : } [-Rpass-analysis=polly-scops]
  414. self->table[i] = FN(kInvalidPos);
  415. ^
  416. In file included from ../../third_party/brotli/enc/encode.c:18:
  417. In file included from ../../third_party/brotli/enc/./backward_references.h:17:
  418. In file included from ../../third_party/brotli/enc/./hash.h:371:
  419. ../../third_party/brotli/enc/./hash_composite_inc.h(76,23): remark: SCoP ends here but was dismissed. [-Rpass-analysis=polly-scops]
  420. FN_A(Prepare)(self->ha, one_shot, input_size, data);
  421. ^
  422. [60/67] CXX obj/buildtools/third_party/libc++/libc++/ios.obj
  423. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  424. ios_base::copyfmt(const ios_base& rhs)
  425. ^
  426. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/src/ios.cpp:0:0
  427. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(367,5): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_4 >= 1152921504606846977 } [-Rpass-analysis=polly-scops]
  428. for (__parray_size_ = 0; __parray_size_ < rhs.__parray_size_; ++__parray_size_)
  429. ^
  430. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(359,5): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_2 >= 2305843009213693953 } [-Rpass-analysis=polly-scops]
  431. for (__iarray_size_ = 0; __iarray_size_ < rhs.__iarray_size_; ++__iarray_size_)
  432. ^
  433. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(348,5): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 >= 2305843009213693953 } [-Rpass-analysis=polly-scops]
  434. for (__event_size_ = 0; __event_size_ < rhs.__event_size_; ++__event_size_)
  435. ^
  436. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(348,5): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 >= 1152921504606846977 } [-Rpass-analysis=polly-scops]
  437. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(366,5): remark: No-error restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_3 >= 0 and p_4 > p_3 } [-Rpass-analysis=polly-scops]
  438. }
  439. ^
  440. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(358,5): remark: No-error restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_1 >= 0 and p_2 > p_1 } [-Rpass-analysis=polly-scops]
  441. }
  442. ^
  443. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(367,5): remark: Signed-unsigned restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_4 < 0 } [-Rpass-analysis=polly-scops]
  444. for (__parray_size_ = 0; __parray_size_ < rhs.__parray_size_; ++__parray_size_)
  445. ^
  446. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(359,5): remark: Signed-unsigned restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  447. for (__iarray_size_ = 0; __iarray_size_ < rhs.__iarray_size_; ++__iarray_size_)
  448. ^
  449. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(348,5): remark: Signed-unsigned restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  450. for (__event_size_ = 0; __event_size_ < rhs.__event_size_; ++__event_size_)
  451. ^
  452. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(367,5): remark: Signed-unsigned restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_4 < 0 } [-Rpass-analysis=polly-scops]
  453. for (__parray_size_ = 0; __parray_size_ < rhs.__parray_size_; ++__parray_size_)
  454. ^
  455. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(361,9): remark: Signed-unsigned restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_4 < 0 } [-Rpass-analysis=polly-scops]
  456. if (__parray_cap_ < rhs.__parray_size_)
  457. ^
  458. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(359,5): remark: Signed-unsigned restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  459. for (__iarray_size_ = 0; __iarray_size_ < rhs.__iarray_size_; ++__iarray_size_)
  460. ^
  461. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(353,9): remark: Signed-unsigned restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_2 < 0 } [-Rpass-analysis=polly-scops]
  462. if (__iarray_cap_ < rhs.__iarray_size_)
  463. ^
  464. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(348,5): remark: Signed-unsigned restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  465. for (__event_size_ = 0; __event_size_ < rhs.__event_size_; ++__event_size_)
  466. ^
  467. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(348,49): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  468. for (__event_size_ = 0; __event_size_ < rhs.__event_size_; ++__event_size_)
  469. ^
  470. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/src/ios.cpp:0:0
  471. ios_base::copyfmt(const ios_base& rhs)
  472. ^
  473. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  474. ios_base::copyfmt(const ios_base& rhs)
  475. ^
  476. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/src/ios.cpp:0:0
  477. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(350,36): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  478. __fn_[__event_size_] = rhs.__fn_[__event_size_];
  479. ^
  480. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(350,9): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  481. __fn_[__event_size_] = rhs.__fn_[__event_size_];
  482. ^
  483. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(351,39): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  484. __index_[__event_size_] = rhs.__index_[__event_size_];
  485. ^
  486. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(351,9): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  487. __index_[__event_size_] = rhs.__index_[__event_size_];
  488. ^
  489. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(350,32): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  490. __fn_[__event_size_] = rhs.__fn_[__event_size_];
  491. ^
  492. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(350,30): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  493. __fn_[__event_size_] = rhs.__fn_[__event_size_];
  494. ^
  495. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(360,41): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  496. __iarray_[__iarray_size_] = rhs.__iarray_[__iarray_size_];
  497. ^
  498. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(360,9): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  499. __iarray_[__iarray_size_] = rhs.__iarray_[__iarray_size_];
  500. ^
  501. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(368,41): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  502. __parray_[__parray_size_] = rhs.__parray_[__parray_size_];
  503. ^
  504. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(368,9): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  505. __parray_[__parray_size_] = rhs.__parray_[__parray_size_];
  506. ^
  507. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(368,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  508. __parray_[__parray_size_] = rhs.__parray_[__parray_size_];
  509. ^
  510. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(368,35): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  511. __parray_[__parray_size_] = rhs.__parray_[__parray_size_];
  512. ^
  513. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(351,35): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  514. __index_[__event_size_] = rhs.__index_[__event_size_];
  515. ^
  516. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(351,33): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  517. __index_[__event_size_] = rhs.__index_[__event_size_];
  518. ^
  519. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(359,51): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  520. for (__iarray_size_ = 0; __iarray_size_ < rhs.__iarray_size_; ++__iarray_size_)
  521. ^
  522. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/src/ios.cpp:0:0
  523. ios_base::copyfmt(const ios_base& rhs)
  524. ^
  525. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  526. ios_base::copyfmt(const ios_base& rhs)
  527. ^
  528. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/src/ios.cpp:0:0
  529. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(360,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  530. __iarray_[__iarray_size_] = rhs.__iarray_[__iarray_size_];
  531. ^
  532. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(360,35): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  533. __iarray_[__iarray_size_] = rhs.__iarray_[__iarray_size_];
  534. ^
  535. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(367,51): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  536. for (__parray_size_ = 0; __parray_size_ < rhs.__parray_size_; ++__parray_size_)
  537. ^
  538. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/src/ios.cpp:0:0
  539. ios_base::copyfmt(const ios_base& rhs)
  540. ^
  541. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  542. ios_base::copyfmt(const ios_base& rhs)
  543. ^
  544. ../../buildtools/third_party/libc++/trunk/src/ios.cpp(299,11): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/src/ios.cpp:0:0
  545. In file included from ../../buildtools/third_party/libc++/trunk/src/ios.cpp:11:
  546. In file included from ../../buildtools/third_party/libc++/trunk/include\ios:215:
  547. In file included from ../../buildtools/third_party/libc++/trunk/include\__locale:14:
  548. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  549. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  550. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  551. In file included from ../../buildtools/third_party/libc++/trunk/include\algorithm:643:
  552. ../../buildtools/third_party/libc++/trunk/include\memory(2642,20): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  553. __ptr_.first() = pointer();
  554. ^
  555. [61/67] CC obj/third_party/brotli/enc/metablock.obj
  556. ../../third_party/brotli/enc/metablock.c(257,5): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  557. for (i = mb->literal_split.num_types; i != 0;) {
  558. ^
  559. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 36028797018963969 } [-Rpass-analysis=polly-scops]
  560. for (; j < (1 << BROTLI_LITERAL_CONTEXT_BITS); j++) {
  561. ^
  562. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 36028797018963969 } [-Rpass-analysis=polly-scops]
  563. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 36028797018963969 } [-Rpass-analysis=polly-scops]
  564. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 36028797018963969 } [-Rpass-analysis=polly-scops]
  565. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 36028797018963969 } [-Rpass-analysis=polly-scops]
  566. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 36028797018963970 } [-Rpass-analysis=polly-scops]
  567. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 2305843009213693953 } [-Rpass-analysis=polly-scops]
  568. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 2305843009213693953 } [-Rpass-analysis=polly-scops]
  569. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 2305843009213693953 } [-Rpass-analysis=polly-scops]
  570. ../../third_party/brotli/enc/metablock.c(260,7): remark: No-overflows restriction: [p_0] -> { : p_0 >= 2305843009213693954 } [-Rpass-analysis=polly-scops]
  571. ../../third_party/brotli/enc/metablock.c(260,7): remark: Finite loop restriction: [p_0] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  572. ../../third_party/brotli/enc/metablock.c(257,32): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  573. for (i = mb->literal_split.num_types; i != 0;) {
  574. ^
  575. ../../third_party/brotli/enc/metablock.c(262,17): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  576. mb->literal_context_map[i];
  577. ^
  578. ../../third_party/brotli/enc/metablock.c(262,13): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  579. mb->literal_context_map[i];
  580. ^
  581. ../../third_party/brotli/enc/metablock.c(261,73): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  582. mb->literal_context_map[(i << BROTLI_LITERAL_CONTEXT_BITS) + j] =
  583. ^
  584. ../../third_party/brotli/enc/metablock.c(269,26): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  585. mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS;
  586. ^
  587. ../../third_party/brotli/enc/metablock.c(130,6): note: could not determine the original source location for ../../third_party/brotli/enc/./command.h:0:0
  588. void BrotliBuildMetaBlock(MemoryManager* m,
  589. ^
  590. ../../third_party/brotli/enc/metablock.c(130,6): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  591. void BrotliBuildMetaBlock(MemoryManager* m,
  592. ^
  593. ../../third_party/brotli/enc/metablock.c(130,6): note: could not determine the original source location for ../../third_party/brotli/enc/./command.h:0:0
  594. ../../third_party/brotli/enc/metablock.c(130,6): remark: Profitable assumption: { : false } [-Rpass-analysis=polly-scops]
  595. void BrotliBuildMetaBlock(MemoryManager* m,
  596. ^
  597. ../../third_party/brotli/enc/metablock.c(196,25): remark: SCoP ends here but was dismissed. [-Rpass-analysis=polly-scops]
  598. &mb->distance_split);
  599. ^
  600. ../../third_party/brotli/enc/metablock.c(532,3): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  601. for (i = 0; i < mb->literal_split.num_types; ++i) {
  602. ^
  603. ../../third_party/brotli/enc/metablock.c(535,5): remark: No-overflows restriction: [p_0] -> { : p_0 >= 36028797018963969 } [-Rpass-analysis=polly-scops]
  604. for (j = 0; j < (1u << BROTLI_LITERAL_CONTEXT_BITS); ++j) {
  605. ^
  606. ../../third_party/brotli/enc/metablock.c(532,3): remark: Signed-unsigned restriction: [p_0] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  607. for (i = 0; i < mb->literal_split.num_types; ++i) {
  608. ^
  609. ../../third_party/brotli/enc/metablock.c(532,3): remark: Signed-unsigned restriction: [p_0] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  610. ../../third_party/brotli/enc/metablock.c(536,11): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  611. mb->literal_context_map[(i << BROTLI_LITERAL_CONTEXT_BITS) + j] =
  612. ^
  613. ../../third_party/brotli/enc/metablock.c(537,20): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  614. offset + static_context_map[j];
  615. ^
  616. ../../third_party/brotli/enc/metablock.c(536,71): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  617. mb->literal_context_map[(i << BROTLI_LITERAL_CONTEXT_BITS) + j] =
  618. ^
  619. ../../third_party/brotli/enc/metablock.c(532,37): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  620. for (i = 0; i < mb->literal_split.num_types; ++i) {
  621. ^
  622. ../../third_party/brotli/enc/metablock.c(621,1): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  623. }
  624. ^
  625. In file included from ../../third_party/brotli/enc/metablock.c:10:
  626. In file included from ../../third_party/brotli/enc/./metablock.h:18:
  627. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  628. ../../third_party/brotli/enc/./histogram_inc.h(19,3): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  629. memset(self->data_, 0, sizeof(self->data_));
  630. ^
  631. ../../third_party/brotli/enc/metablock.c(485,7): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 > 0 and (p_4 <= -8868626958514209 or p_4 >= 8868626958514208 - p_0) } [-Rpass-analysis=polly-scops]
  632. for (i = 0; i < num_contexts; ++i) {
  633. ^
  634. ../../third_party/brotli/enc/metablock.c(485,7): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 > 0 and (p_4 <= -8868626958514209 or p_4 >= 8868626958514208 - p_0) } [-Rpass-analysis=polly-scops]
  635. ../../third_party/brotli/enc/metablock.c(485,7): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 > 0 and (p_4 <= -8868626958514209 or p_4 >= 8868626958514208 - p_0) } [-Rpass-analysis=polly-scops]
  636. ../../third_party/brotli/enc/metablock.c(485,7): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 > 0 and (p_4 <= -8868626958514209 or p_4 >= 8868626958514208 - p_0) } [-Rpass-analysis=polly-scops]
  637. ../../third_party/brotli/enc/metablock.c(485,7): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_4 >= 9223372036854775809 - p_0 } [-Rpass-analysis=polly-scops]
  638. ../../third_party/brotli/enc/metablock.c(490,9): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_1 = 1 and p_0 >= 576460752303423482 } [-Rpass-analysis=polly-scops]
  639. }
  640. ^
  641. ../../third_party/brotli/enc/metablock.c(490,9): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_1 = 1 and p_0 >= 576460752303423482 } [-Rpass-analysis=polly-scops]
  642. ../../third_party/brotli/enc/metablock.c(490,9): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_1 = 1 and p_0 >= 1152921504606846962 } [-Rpass-analysis=polly-scops]
  643. ../../third_party/brotli/enc/metablock.c(490,9): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_1 = 1 and p_0 >= 1152921504606846962 } [-Rpass-analysis=polly-scops]
  644. ../../third_party/brotli/enc/metablock.c(490,9): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_1 = 1 and p_0 >= 1152921504606846976 } [-Rpass-analysis=polly-scops]
  645. ../../third_party/brotli/enc/metablock.c(490,9): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_1 = 1 and p_0 >= 1152921504606846977 } [-Rpass-analysis=polly-scops]
  646. ../../third_party/brotli/enc/metablock.c(488,13): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 >= 1152921504606846963 } [-Rpass-analysis=polly-scops]
  647. if (split->num_types == 1) {
  648. ^
  649. ../../third_party/brotli/enc/metablock.c(488,13): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 >= 1152921504606846963 } [-Rpass-analysis=polly-scops]
  650. ../../third_party/brotli/enc/metablock.c(488,13): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 >= 1152921504606846977 } [-Rpass-analysis=polly-scops]
  651. ../../third_party/brotli/enc/metablock.c(488,13): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 >= 8868626958514209 } [-Rpass-analysis=polly-scops]
  652. ../../third_party/brotli/enc/metablock.c(488,13): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_3 >= 9223372036854775809 - p_0 } [-Rpass-analysis=polly-scops]
  653. ../../third_party/brotli/enc/metablock.c(485,7): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_2 >= 2305843009213693953 or p_2 <= -2305843009213693952 } [-Rpass-analysis=polly-scops]
  654. for (i = 0; i < num_contexts; ++i) {
  655. ^
  656. ../../third_party/brotli/enc/metablock.c(485,7): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_2 = -9223372036854775808 } [-Rpass-analysis=polly-scops]
  657. ../../third_party/brotli/enc/metablock.c(488,13): remark: Finite loop restriction: [p_0, p_1, p_2, p_3, p_4] -> { : p_0 < 0 } [-Rpass-analysis=polly-scops]
  658. if (split->num_types == 1) {
  659. ^
  660. ../../third_party/brotli/enc/metablock.c(484,45): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  661. split->lengths[self->num_blocks_ - 1] += (uint32_t)self->block_size_;
  662. ^
  663. ../../third_party/brotli/enc/metablock.c(486,20): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  664. histograms[self->last_histogram_ix_[0] + i] = combined_histo[i];
  665. ^
  666. ../../third_party/brotli/enc/metablock.c(488,20): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  667. if (split->num_types == 1) {
  668. ^
  669. ../../third_party/brotli/enc/metablock.c(486,55): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  670. histograms[self->last_histogram_ix_[0] + i] = combined_histo[i];
  671. ^
  672. ../../third_party/brotli/enc/metablock.c(486,55): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  673. ../../third_party/brotli/enc/metablock.c(487,25): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  674. last_entropy[i] = combined_entropy[i];
  675. ^
  676. ../../third_party/brotli/enc/metablock.c(489,42): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  677. last_entropy[num_contexts + i] = last_entropy[i];
  678. ^
  679. ../../third_party/brotli/enc/metablock.c(491,49): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  680. HistogramClearLiteral(&histograms[self->curr_histogram_ix_ + i]);
  681. ^
  682. In file included from ../../third_party/brotli/enc/metablock.c:10:
  683. In file included from ../../third_party/brotli/enc/./metablock.h:18:
  684. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  685. ../../third_party/brotli/enc/./histogram_inc.h(19,3): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  686. memset(self->data_, 0, sizeof(self->data_));
  687. ^
  688. ../../third_party/brotli/enc/./histogram_inc.h(20,22): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  689. self->total_count_ = 0;
  690. ^
  691. ../../third_party/brotli/enc/./histogram_inc.h(21,19): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  692. self->bit_cost_ = HUGE_VAL;
  693. ^
  694. ../../third_party/brotli/enc/metablock.c(493,25): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  695. self->block_size_ = 0;
  696. ^
  697. ../../third_party/brotli/enc/metablock.c(494,11): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  698. if (++self->merge_last_count_ > 1) {
  699. ^
  700. ../../third_party/brotli/enc/metablock.c(495,43): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  701. self->target_block_size_ += self->min_block_size_;
  702. ^
  703. ../../third_party/brotli/enc/metablock.c(495,34): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  704. self->target_block_size_ += self->min_block_size_;
  705. ^
  706. ../../third_party/brotli/enc/metablock.c(496,7): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  707. }
  708. ^
  709. In file included from ../../third_party/brotli/enc/metablock.c:10:
  710. In file included from ../../third_party/brotli/enc/./metablock.h:18:
  711. In file included from ../../third_party/brotli/enc/./histogram.h:31:
  712. ../../third_party/brotli/enc/./histogram_inc.h(19,3): remark: maximal number of operations exceeded during zone analysis [-Rpass-analysis=polly-delicm]
  713. memset(self->data_, 0, sizeof(self->data_));
  714. ^
  715. [63/67] CXX obj/buildtools/third_party/libc++/libc++/locale.obj
  716. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  717. In file included from ../../buildtools/third_party/libc++/trunk/include\locale:181:
  718. In file included from ../../buildtools/third_party/libc++/trunk/include\__locale:23:
  719. ../../buildtools/third_party/libc++/trunk/include\support/win32/locale_win32.h(95,16): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  720. return __locale;
  721. ^
  722. ../../buildtools/third_party/libc++/trunk/src/locale.cpp(1280,24): remark: Profitable assumption: { : false } [-Rpass-analysis=polly-scops]
  723. ctype_byname<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const
  724. ^
  725. ../../buildtools/third_party/libc++/trunk/src/locale.cpp(1320,5): remark: SCoP ends here but was dismissed. [-Rpass-analysis=polly-scops]
  726. return low;
  727. ^
  728. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/include\locale:0:0
  729. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  730. ^
  731. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  732. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  733. ^
  734. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/include\locale:0:0
  735. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  736. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  737. {return __is_long() ? __get_long_size() : __get_short_size();}
  738. ^
  739. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  740. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  741. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  742. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775848 + p_0 } [-Rpass-analysis=polly-scops]
  743. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: Finite loop restriction: [p_0, p_1] -> { : (24*floor((p_0 - p_1)/24) < p_0 - p_1) or ((-p_0 + p_1) mod 24 = 0 and p_1 <= p_0) } [-Rpass-analysis=polly-scops]
  744. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  745. ../../buildtools/third_party/libc++/trunk/include\locale(276,5): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775848 + p_0 } [-Rpass-analysis=polly-scops]
  746. for (_ForwardIterator __ky = __kb; __ky != __ke; ++__ky, (void) ++__st)
  747. ^
  748. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  749. ../../buildtools/third_party/libc++/trunk/include\string(1488,34): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  750. {return __r_.first().__l.__size_;}
  751. ^
  752. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  753. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): remark: Profitable assumption: [p_0, p_1] -> { : false } [-Rpass-analysis=polly-scops]
  754. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  755. ^
  756. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/include\locale:0:0
  757. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  758. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  759. ^
  760. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/include\locale:0:0
  761. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  762. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  763. {return __is_long() ? __get_long_size() : __get_short_size();}
  764. ^
  765. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  766. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  767. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  768. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775848 + p_0 } [-Rpass-analysis=polly-scops]
  769. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: Finite loop restriction: [p_0, p_1] -> { : (24*floor((p_0 - p_1)/24) < p_0 - p_1) or ((-p_0 + p_1) mod 24 = 0 and p_1 <= p_0) } [-Rpass-analysis=polly-scops]
  770. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  771. ../../buildtools/third_party/libc++/trunk/include\locale(276,5): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775848 + p_0 } [-Rpass-analysis=polly-scops]
  772. for (_ForwardIterator __ky = __kb; __ky != __ke; ++__ky, (void) ++__st)
  773. ^
  774. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  775. ../../buildtools/third_party/libc++/trunk/include\string(1488,34): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  776. {return __r_.first().__l.__size_;}
  777. ^
  778. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  779. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): remark: Profitable assumption: [p_0, p_1] -> { : false } [-Rpass-analysis=polly-scops]
  780. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  781. ^
  782. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/include\locale:0:0
  783. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  784. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  785. ^
  786. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/include\locale:0:0
  787. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  788. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  789. {return __is_long() ? __get_long_size() : __get_short_size();}
  790. ^
  791. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  792. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  793. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  794. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775848 + p_0 } [-Rpass-analysis=polly-scops]
  795. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: Finite loop restriction: [p_0, p_1] -> { : (24*floor((p_0 - p_1)/24) < p_0 - p_1) or ((-p_0 + p_1) mod 24 = 0 and p_1 <= p_0) } [-Rpass-analysis=polly-scops]
  796. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  797. ../../buildtools/third_party/libc++/trunk/include\locale(276,5): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775848 + p_0 } [-Rpass-analysis=polly-scops]
  798. for (_ForwardIterator __ky = __kb; __ky != __ke; ++__ky, (void) ++__st)
  799. ^
  800. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  801. ../../buildtools/third_party/libc++/trunk/include\string(1488,34): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  802. {return __r_.first().__l.__size_;}
  803. ^
  804. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  805. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): remark: Profitable assumption: [p_0, p_1] -> { : false } [-Rpass-analysis=polly-scops]
  806. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  807. ^
  808. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/include\locale:0:0
  809. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  810. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  811. ^
  812. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): note: could not determine the original source location for ../../buildtools/third_party/libc++/trunk/include\locale:0:0
  813. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  814. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  815. {return __is_long() ? __get_long_size() : __get_short_size();}
  816. ^
  817. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  818. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  819. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775824 + p_0 } [-Rpass-analysis=polly-scops]
  820. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775848 + p_0 } [-Rpass-analysis=polly-scops]
  821. ../../buildtools/third_party/libc++/trunk/include\string(953,17): remark: Finite loop restriction: [p_0, p_1] -> { : (24*floor((p_0 - p_1)/24) < p_0 - p_1) or ((-p_0 + p_1) mod 24 = 0 and p_1 <= p_0) } [-Rpass-analysis=polly-scops]
  822. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  823. ../../buildtools/third_party/libc++/trunk/include\locale(276,5): remark: No-overflows restriction: [p_0, p_1] -> { : (-p_0 + p_1) mod 24 = 0 and p_1 >= 9223372036854775848 + p_0 } [-Rpass-analysis=polly-scops]
  824. for (_ForwardIterator __ky = __kb; __ky != __ke; ++__ky, (void) ++__st)
  825. ^
  826. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  827. ../../buildtools/third_party/libc++/trunk/include\string(1488,34): remark: SCoP ends here. [-Rpass-analysis=polly-scops]
  828. {return __r_.first().__l.__size_;}
  829. ^
  830. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:16:
  831. ../../buildtools/third_party/libc++/trunk/include\locale(252,1): remark: Profitable assumption: [p_0, p_1] -> { : false } [-Rpass-analysis=polly-scops]
  832. __scan_keyword(_InputIterator& __b, _InputIterator __e,
  833. ^
  834. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  835. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  836. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  837. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  838. In file included from ../../buildtools/third_party/libc++/trunk/include\algorithm:643:
  839. In file included from ../../buildtools/third_party/libc++/trunk/include\memory:659:
  840. ../../buildtools/third_party/libc++/trunk/include\iterator(1385,17): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  841. return *__i;
  842. ^
  843. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  844. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  845. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  846. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  847. ../../buildtools/third_party/libc++/trunk/include\algorithm(2403,17): remark: Finite loop restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 > p_4 or p_5 < p_4 } [-Rpass-analysis=polly-scops]
  848. if (__m1 < __d)
  849. ^
  850. ../../buildtools/third_party/libc++/trunk/include\algorithm(2403,17): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 = p_4 and (p_3 <= -9223372036854775809 + p_2 or p_3 >= 9223372036854775808 + p_2) } [-Rpass-analysis=polly-scops]
  851. ../../buildtools/third_party/libc++/trunk/include\algorithm(2403,17): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 = p_4 and (p_3 <= -9223372036854775809 + p_2 or p_3 >= 9223372036854775808 + p_2) } [-Rpass-analysis=polly-scops]
  852. ../../buildtools/third_party/libc++/trunk/include\algorithm(2403,17): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_2 = -9223372036854775808 and p_5 = p_4 } [-Rpass-analysis=polly-scops]
  853. ../../buildtools/third_party/libc++/trunk/include\algorithm(2403,17): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 = p_4 and (p_1 <= -9223372036854775809 + p_0 or p_1 >= 9223372036854775808 + p_0) } [-Rpass-analysis=polly-scops]
  854. ../../buildtools/third_party/libc++/trunk/include\algorithm(2403,17): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 = p_4 and (p_1 <= -9223372036854775809 + p_0 or p_1 >= 9223372036854775808 + p_0) } [-Rpass-analysis=polly-scops]
  855. ../../buildtools/third_party/libc++/trunk/include\algorithm(2403,17): remark: No-overflows restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_0 = -9223372036854775808 and p_5 = p_4 } [-Rpass-analysis=polly-scops]
  856. ../../buildtools/third_party/libc++/trunk/include\algorithm(2400,21): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  857. *__p1 = _VSTD::move(*__p2);
  858. ^
  859. ../../buildtools/third_party/libc++/trunk/include\algorithm(2400,19): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  860. *__p1 = _VSTD::move(*__p2);
  861. ^
  862. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  863. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  864. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  865. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  866. In file included from ../../buildtools/third_party/libc++/trunk/include\algorithm:643:
  867. In file included from ../../buildtools/third_party/libc++/trunk/include\memory:659:
  868. ../../buildtools/third_party/libc++/trunk/include\iterator(1385,17): remark: Invariant load restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 = p_4 and (p_3 > -p_0 + p_1 + p_2 or p_3 <= -p_0 + p_1 + p_2) } [-Rpass-analysis=polly-scops]
  869. return *__i;
  870. ^
  871. ../../buildtools/third_party/libc++/trunk/include\iterator(1385,17): remark: Invariant load restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 = p_4 } [-Rpass-analysis=polly-scops]
  872. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  873. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  874. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  875. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  876. ../../buildtools/third_party/libc++/trunk/include\algorithm(2401,18): remark: Invariant load restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 = p_4 and (p_3 > -p_0 + p_1 + p_2 or p_3 <= -p_0 + p_1 + p_2) } [-Rpass-analysis=polly-scops]
  877. __p1 = __p2;
  878. ^
  879. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  880. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  881. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  882. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  883. In file included from ../../buildtools/third_party/libc++/trunk/include\algorithm:643:
  884. In file included from ../../buildtools/third_party/libc++/trunk/include\memory:659:
  885. ../../buildtools/third_party/libc++/trunk/include\iterator(1442,105): remark: Invariant load restriction: [p_0, p_1, p_2, p_3, p_4, p_5] -> { : p_5 = p_4 and (p_3 > -p_0 + p_1 + p_2 or p_3 <= -p_0 + p_1 + p_2) } [-Rpass-analysis=polly-scops]
  886. _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_IF_NODEBUG iterator_type base() const _NOEXCEPT {return __i;}
  887. ^
  888. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  889. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  890. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  891. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  892. ../../buildtools/third_party/libc++/trunk/include\algorithm(2407,9): remark: SCoP ends here but was dismissed. [-Rpass-analysis=polly-scops]
  893. } while (__p2 != __p);
  894. ^
  895. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  896. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  897. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  898. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  899. In file included from ../../buildtools/third_party/libc++/trunk/include\algorithm:643:
  900. In file included from ../../buildtools/third_party/libc++/trunk/include\memory:659:
  901. ../../buildtools/third_party/libc++/trunk/include\iterator(1385,17): remark: SCoP begins here. [-Rpass-analysis=polly-scops]
  902. return *__i;
  903. ^
  904. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  905. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  906. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  907. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  908. ../../buildtools/third_party/libc++/trunk/include\algorithm(2403,17): remark: Finite loop restriction: [p_0, p_1] -> { : p_1 > p_0 or p_1 < p_0 } [-Rpass-analysis=polly-scops]
  909. if (__m1 < __d)
  910. ^
  911. ../../buildtools/third_party/libc++/trunk/include\algorithm(2400,21): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  912. *__p1 = _VSTD::move(*__p2);
  913. ^
  914. ../../buildtools/third_party/libc++/trunk/include\algorithm(2400,19): remark: Possibly aliasing pointer, use restrict keyword. [-Rpass-analysis=polly-scops]
  915. *__p1 = _VSTD::move(*__p2);
  916. ^
  917. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  918. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  919. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  920. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  921. In file included from ../../buildtools/third_party/libc++/trunk/include\algorithm:643:
  922. In file included from ../../buildtools/third_party/libc++/trunk/include\memory:659:
  923. ../../buildtools/third_party/libc++/trunk/include\iterator(1385,17): remark: Invariant load restriction: [p_0, p_1] -> { : p_1 = p_0 } [-Rpass-analysis=polly-scops]
  924. return *__i;
  925. ^
  926. ../../buildtools/third_party/libc++/trunk/include\iterator(1385,17): remark: Invariant load restriction: [p_0, p_1] -> { : p_1 = p_0 } [-Rpass-analysis=polly-scops]
  927. ../../buildtools/third_party/libc++/trunk/include\iterator(1442,105): remark: Invariant load restriction: [p_0, p_1] -> { : p_1 = p_0 } [-Rpass-analysis=polly-scops]
  928. _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_IF_NODEBUG iterator_type base() const _NOEXCEPT {return __i;}
  929. ^
  930. In file included from ../../buildtools/third_party/libc++/trunk/src/locale.cpp:15:
  931. In file included from ../../buildtools/third_party/libc++/trunk/include\string:504:
  932. In file included from ../../buildtools/third_party/libc++/trunk/include\string_view:175:
  933. In file included from ../../buildtools/third_party/libc++/trunk/include\__string:56:
  934. ../../buildtools/third_party/libc++/trunk/include\algorithm(2407,9): remark: SCoP ends here but was dismissed. [-Rpass-analysis=polly-scops]
  935. } while (__p2 != __p);
  936. ^
  937. Cannot unswitch because of cleanuppad in exit block
  938. Cannot unswitch because of cleanuppad in exit block
  939. [67/67] LINK brotli.exe
  940. ../../third_party/brotli/common/transform.c:201:5: vectorized loop (vectorization width: 32, interleaved count: 2)
  941. ../../third_party/brotli/common/transform.c:214:5: vectorized loop (vectorization width: 32, interleaved count: 4)
  942. ../../third_party/brotli/common/transform.c:228:5: vectorized loop (vectorization width: 32, interleaved count: 4)
  943. ../../third_party/brotli/enc/entropy_encode.c:251:3: vectorized loop (vectorization width: 4, interleaved count: 4)
  944. ../../third_party/brotli/enc/entropy_encode.c:269:5: vectorized loop (vectorization width: 4, interleaved count: 2)
  945. ../../third_party/brotli/enc/entropy_encode.c:342:9: vectorized loop (vectorization width: 8, interleaved count: 4)
  946. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  947. <unknown>:0:0: vectorized loop (vectorization width: 8, interleaved count: 4)
  948. ../../third_party/brotli/enc/./cluster_inc.h:78:73: vectorized loop (vectorization width: 8, interleaved count: 4)
  949. ../../third_party/brotli/enc/./cluster_inc.h:78:73: vectorized loop (vectorization width: 8, interleaved count: 4)
  950. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  951. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  952. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  953. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  954. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  955. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  956. ../../third_party/brotli/enc/./cluster_inc.h:252:34: vectorized loop (vectorization width: 8, interleaved count: 4)
  957. ../../third_party/brotli/enc/./cluster_inc.h:252:34: vectorized loop (vectorization width: 2, interleaved count: 4)
  958. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  959. <unknown>:0:0: vectorized loop (vectorization width: 8, interleaved count: 4)
  960. ../../third_party/brotli/enc/./cluster_inc.h:78:73: vectorized loop (vectorization width: 8, interleaved count: 4)
  961. ../../third_party/brotli/enc/./cluster_inc.h:78:73: vectorized loop (vectorization width: 8, interleaved count: 4)
  962. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  963. ../../third_party/brotli/enc/brotli_bit_stream.c:825:5: vectorized loop (vectorization width: 8, interleaved count: 4)
  964. ../../third_party/brotli/enc/brotli_bit_stream.c:620:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  965. ../../third_party/brotli/enc/brotli_bit_stream.c:624:3: vectorized loop (vectorization width: 32, interleaved count: 1)
  966. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  967. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  968. <unknown>:0:0: vectorized loop (vectorization width: 8, interleaved count: 4)
  969. ../../third_party/brotli/enc/./cluster_inc.h:78:73: vectorized loop (vectorization width: 8, interleaved count: 4)
  970. ../../third_party/brotli/enc/./cluster_inc.h:78:73: vectorized loop (vectorization width: 8, interleaved count: 4)
  971. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  972. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  973. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  974. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  975. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  976. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  977. ../../third_party/brotli/enc/./cluster_inc.h:252:34: vectorized loop (vectorization width: 8, interleaved count: 4)
  978. ../../third_party/brotli/enc/./cluster_inc.h:252:34: vectorized loop (vectorization width: 2, interleaved count: 4)
  979. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  980. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  981. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  982. ../../third_party/brotli/enc/./block_splitter_inc.h:160:3: vectorized loop (vectorization width: 16, interleaved count: 4)
  983. ../../third_party/brotli/enc/./block_splitter_inc.h:286:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  984. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  985. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  986. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  987. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  988. ../../third_party/brotli/enc/./block_splitter_inc.h:160:3: vectorized loop (vectorization width: 16, interleaved count: 4)
  989. ../../third_party/brotli/enc/./block_splitter_inc.h:286:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  990. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  991. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  992. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  993. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  994. ../../third_party/brotli/enc/./block_splitter_inc.h:160:3: vectorized loop (vectorization width: 16, interleaved count: 4)
  995. ../../third_party/brotli/enc/./block_splitter_inc.h:286:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  996. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  997. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  998. ../../third_party/brotli/enc/backward_references_hq.c:376:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  999. ../../third_party/brotli/enc/backward_references_hq.c:112:3: vectorized loop (vectorization width: 2, interleaved count: 4)
  1000. ../../third_party/brotli/enc/backward_references_hq.c:118:5: vectorized loop (vectorization width: 2, interleaved count: 4)
  1001. ../../third_party/brotli/enc/./hash_to_binary_tree_inc.h:80:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1002. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1003. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1004. ../../third_party/brotli/dec/decode.c:1163:5: vectorized loop (vectorization width: 4, interleaved count: 1)
  1005. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1006. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1007. ../../third_party/brotli/enc/metablock.c:452:7: vectorized loop (vectorization width: 4, interleaved count: 2)
  1008. ../../third_party/brotli/enc/compress_fragment.c:100:5: vectorized loop (vectorization width: 4, interleaved count: 4)
  1009. ../../third_party/brotli/enc/compress_fragment.c:87:5: vectorized loop (vectorization width: 4, interleaved count: 4)
  1010. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1011. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1012. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1013. ../../third_party/brotli/enc/./histogram_inc.h:46:3: vectorized loop (vectorization width: 8, interleaved count: 4)
  1014. ../../third_party/brotli/dec/decode.c:1081:11: vectorized loop (vectorization width: 32, interleaved count: 4)
  1015. ../../buildtools/third_party/libc++/trunk/src/locale.cpp:880:5: vectorized loop (vectorization width: 16, interleaved count: 4)
  1016. ../../buildtools/third_party/libc++/trunk/src/locale.cpp:896:5: vectorized loop (vectorization width: 16, interleaved count: 4)
  1017. ../../buildtools/third_party/libc++/trunk/src/locale.cpp:998:5: vectorized loop (vectorization width: 32, interleaved count: 4)
  1018. ../../buildtools/third_party/libc++/trunk/src/locale.cpp:1014:5: vectorized loop (vectorization width: 16, interleaved count: 4)
  1019. ../../buildtools/third_party/libc++/trunk/include\string:2074:5: vectorized loop (vectorization width: 32, interleaved count: 4)
  1020. ../../buildtools/third_party/libc++/trunk/include\string:2074:5: vectorized loop (vectorization width: 16, interleaved count: 4)
  1021. ../../buildtools/third_party/libc++/trunk/include\string:2533:13: vectorized loop (vectorization width: 32, interleaved count: 4)
  1022. ../../buildtools/third_party/libc++/trunk/include\string:2074:5: vectorized loop (vectorization width: 32, interleaved count: 4)
  1023. ../../buildtools/third_party/libc++/trunk/include\string:2533:13: vectorized loop (vectorization width: 16, interleaved count: 2)
  1024. ../../buildtools/third_party/libc++/trunk/include\string:2074:5: vectorized loop (vectorization width: 16, interleaved count: 2)
  1025. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\wchar.h:259:9: vectorized loop (vectorization width: 16, interleaved count: 4)
  1026. ../../buildtools/third_party/libc++/trunk/include\locale:3300:17: vectorized loop (vectorization width: 16, interleaved count: 4)
  1027.  
  1028. D:\depot_tools\chromium\src>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement