[PATCH] D23667: [AAP] (3) Add AAP backend stub

Edward Jones via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 04:00:56 PDT 2016


edward-jones added a comment.

The next 4 patches that I have add InstrInfo, RegisterInfo tablegen, and AsmParser and MC layer support. If I merged those changes into this one patch, then the backend would be able to run basic MC level tests. Alternatively I can submit those patches separately, as when combined they contain quite a lot of code.


https://reviews.llvm.org/D23667





More information about the llvm-commits mailing list