[llvm-commits] LLVM patch to optimize integer ABS idiom for ARM target

Eli Friedman eli.friedman at gmail.com
Fri Sep 16 11:49:50 PDT 2011


On Thu, Sep 15, 2011 at 5:32 PM, Ana Pazos <apazos at codeaurora.org> wrote:
> failures.txt
>
> Failure report and explanation from running llvm/test and
> projects/test-suite on ARM.
>
> I noted failures running llvm/test (svn version 139318) and
> projects/test-suite (svn revision 139319) on ARM. Are these failures
> expected?

The regression-test failures are mostly expected.  The JIT has known
issues on ARM.  The other failures are probably just badly-written
tests; patches to fix tests so they don't fail on ARM are welcome.

Not sure what to say about the test-suite failures; those look like
real issues you might want to look into.  Generally, there is very
little test coverage of ARM ELF targets.

-Eli



More information about the llvm-commits mailing list