<!DOCTYPE html>
<head>
  <title>Report</title>
  <style>
                        body {
                                -webkit-font-smoothing: antialiased;
                                font-family: "Helvetica Neue", sans-serif;
                                font-weight: 300;
                                color: #393939;
                                margin: 0;
                                padding: 20px;
                        }
                        .header {
                                margin-left: 20px;
                                padding: 20px 20px 20px 0;
                                border-bottom: 1px solid #e5e5e5;
                        }
                        .report-title{
                                font-family: "Helvetica Neue", sans-serif;
                                display: inline-block;
                                float: left;
                                margin: 20px 0;
                                font-size: 24px;
                                color: #55a3fd;
                        }
                        .title {
                                font-size: 24px;
                        }
                        .content {
                                padding: 20px;
                        }
                        .display {
                                width: 100%;
                                height: 100%;
                        }
                        .commit-message {
                                font-family: "Menlo", fixed;
                        }
                        
        .title {
                text-align: center;
        }
        .date {
                text-align: left;
        }
        .display {
                display: inline-block;
                width: auto;
        }
        .header {
                overflow: auto;
                padding: 20px 20px 5px 0;
                width: 660px;
        }
        a {
          color: #007aff;
          text-decoration: none;
        }
        tr {
            text-align: left;
        }
        .links a {
                text-decoration: none;
                color: white;
                font-weight: 500;
                padding: 15px;
                background: #55a3fd;
                font-size: 14px;
        }
        .FAILURE {
                color:red;
        }
        .SUCCESS {
                color:green;
        }
        </style>
 <head>
 <body>
<h2 style="width:100%;background-color:red;color:white;text-align:center;"></h2>
 <h1>[<font class="FAILURE">FAILURE</font>] oss-swift-4.1-package-osx [#389]</h1> 

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-4.1-package-osx/389/">https://ci.swift.org/job/oss-swift-4.1-package-osx/389/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-4.1-package-osx</td></tr>
  <tr><th>Date of build:</th><td>Tue, 19 Dec 2017 22:43:13 -0600</td></tr>
  <tr><th>Build duration:</th><td>4 hr 35 min</td></tr>
</table>



<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>5e6fcd67c93a68bee34893175eb5047ef0e408ed</b> by <b>shajrawi:</b> <p class="commit-message" style="white-space: pre-wrap;">Merge pull request #13535 from shajrawi/merge15</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/LLVMPasses/LLVMMergeFunctions.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>b1ba414e67b30f42b344a28092e332a7cf5f5b84</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[silcodemotion] Move generic code motion code below enum tag dataflow</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Transforms/SILCodeMotion.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>7978f6285b3b8049e293f1e8fce26f048fb4226b</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[sil] Add const to int SILBasicBlock::getDebugId().</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/SIL/SILBasicBlock.cpp</li>

          <li class="change-edit"><b>edit</b>: include/swift/SIL/SILBasicBlock.h</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>c9bc39572828c423b6df089414e9339b82320aac</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[silcodemotion] Add support for dumping BBEnumTagDataflowState.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Transforms/SILCodeMotion.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>aa3e07d09a27a3c7d8476de2a92bcee2504d5937</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[silcodemotion] Rename BBToDataflowStateMap -> EnumCaseDataflowContext.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Transforms/SILCodeMotion.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>bd94d1edd35bfcdcbf56daeeea0cc051deccda03</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[silcodemotion] For now stash a pointer to EnumCaseDataflowContext in</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Transforms/SILCodeMotion.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>65fdb26f2de24ac96682c6499fb243331feaa619</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[silcodemotion] Now that we have sunk the context into each block state,</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Transforms/SILCodeMotion.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>65876d28feb871c8d339746faf5a14364619bafa</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[silcodemotion] Instead of storing enum values directly into the block</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Transforms/SILCodeMotion.cpp</li>

          <li class="change-edit"><b>edit</b>: test/SILOptimizer/earlycodemotion.sil</li>

        </ul>
      </li>
     <br>

  </ul>


 </body>