[PATCH] D12191: AAP Backend

Patrik Hägglund via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 06:56:39 PDT 2015


patrik.h.hagglund added a comment.

High-level comments:

We maintain an out-of-tree target for a DSP - using a Harvard architecture with multiple address spaces - which makes this target interesting.

However, our target has other special features as well. For example, 16-bit bytes. Do you have a feeling for how hard it will be to modify and use your target for testing the LLVM framework for such support?

I havn't looked at your code, just tried to use it. Comments:

- The code don't build with clang-3.7 without warnings (which I think it should, partly according to LLVM coding guidelines).
- I tested the backend, using llvm-stress, and found problems quickly. I will send a separate email.
- Where do I find tools to simulate the target? This will make it possible to execute more tests.


http://reviews.llvm.org/D12191





More information about the llvm-commits mailing list