<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 11/21/2017 8:20 AM, Oliver Stannard
      via llvm-commits wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20171121162026.023D383CD7@lists.llvm.org">
      <pre wrap="">Author: olista01
Date: Tue Nov 21 08:20:25 2017
New Revision: 318777

URL: <a class="moz-txt-link-freetext" href="http://llvm.org/viewvc/llvm-project?rev=318777&view=rev">http://llvm.org/viewvc/llvm-project?rev=318777&view=rev</a>
Log:
[ARM] Remove pre-UAL FLDM/FSTM aliases

These are pre-UAL syntax, and we don't support any other pre-UAL instructions,
with the exception of FLDMX/FSTMX, which don't have a UAL equivalent. Therefore
there's no reason to keep them or their AsmParser hacks around.

With the AsmParser hacks removed, the FLDMX and FSTMX instructions get the same
operand diagnostics as the UAL instructions.

Differential revision: <a class="moz-txt-link-freetext" href="https://reviews.llvm.org/D39196">https://reviews.llvm.org/D39196</a>
</pre>
    </blockquote>
    <br>
    This is causing a failure on the polly AOSP buildbot
(<a class="moz-txt-link-freetext" href="http://lab.llvm.org:8011/builders/aosp-O3-polly-before-vectorizer-unprofitable/builds/336/steps/build-aosp/logs/stdio">http://lab.llvm.org:8011/builders/aosp-O3-polly-before-vectorizer-unprofitable/builds/336/steps/build-aosp/logs/stdio</a>). 
    Error message:<br>
    <br>
    <pre style="font-family: "Courier New", courier, monotype, monospace; color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"><span class="stdout" style="font-family: "Courier New", courier, monotype, monospace; color: black;">frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/PrePostMDCT_v7.s:31:2: error: invalid instruction
        fstmfdd   sp!, {d8 - d15}
        ^
</span></pre>
    -Eli<br class="Apple-interchange-newline">
    <pre class="moz-signature" cols="72">-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project</pre>
  </body>
</html>