This set of patches adds support for Cavium ThunderX ARM64 processors:
- ThunderX
- ThunderX T81
- ThunderX T83
- ThunderX T88
Differential D28891
add support for Cavium ThunderX ARM64 processors steleman on Jan 18 2017, 10:05 PM. Authored by
Details This set of patches adds support for Cavium ThunderX ARM64 processors:
Diff Detail
Event TimelineComment Actions Few inline comments. I'm adding a few people to review plus copying llvm-commits. Next time, remember that if you don't do that, people don't see it. :) cheers,
Comment Actions Hi: A few points you may want to consider :
Best Regards Comment Actions Thank you very much for the comments - Renato and Javed. I will add test cases, review the latencies and re-submit with corrections.
Comment Actions The feature bits set match my (limited) understanding of the various ThunderX variants, and their implementation in GCC. From that perspective this patch looks good to me. I don't have any opinion on the pipeline model (I don't have access to a datasheet to check against), nor on how idiomatic this patch would be for LLVM (I'm not familiar with the code base). Comment Actions Fixes and corrections as per review comments. Comment Actions Hi, can you also please add the relevant tests to unittests/Support/TargetParserTest.cpp? It should be pretty obvious from the context. Looks good otherwise. Comment Actions
|
Please sort this alphabetically!