[PATCH] D22645: Add new SPARC processor types and hardware capabilities to the LLVM SPARC backend.

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 12:28:25 PDT 2016


jyknight added a comment.

Almost none of these new values are processors. E.g. v8plus is a 32bit ABI for a sparcv9 CPU. "-m32 -mcpu=v9" should suffice -- if LLVM even properly supported v8plus at all (which I think it does not at the moment).

Nor are any of these gcc-compatible spellings. So I really can't see the purpose of this at all.

Finally, this patch seems to have been based on an ancient version of the code. Please generate all patches against latest trunk, not old versions.


Repository:
  rL LLVM

https://reviews.llvm.org/D22645





More information about the llvm-commits mailing list