On Dec 3, 2013, at 4:00 PM, Ana Pazos <[email protected]> wrote:
> Hello reviewers, > > These patches add support for krait cpu in Clang and LLVM. > > Notes: > - Krait processor currently modeled as cortex-a9 and reuses the same > instruction itineraries. > - Krait additionally has VFP4 (fused multiply add/sub) and hardware > division features enabled. The patch for this looks fine to me. > - Krait cpu is not recognized by the GNU assembler, so it is replaced > with march=armv7-a to avoid a lower march from being used. Is this a temporary workaround? Would gas be able to assembly VFP4 instructions? Evan > > Let me know what you think. > > Thanks, > Ana. > <0001-llvm-Added-support-for-mcpu-krait.patch><0001-clang-Added-support-for-mcpu-krait.patch>_______________________________________________ > llvm-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
