[PATCH] D104776: [llvm][ARM] Treat xscale arch as an alias of armv5te
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 23 04:21:10 PDT 2021
DavidSpickett added reviewers: nickdesaulniers, jcai19.
DavidSpickett added a comment.
For https://github.com/ClangBuiltLinux/linux/issues/1276
I'm not sure if xscale should enable iwmmxt, the best "docs" seem to be the wiki (https://en.wikipedia.org/wiki/XScale). Which says there were some xscale with this feature (v1 or v2 not sure).
There are special arch names for IWMMXT and IWMMXT2 so if the user really wants them they can do so by changing their `.arch` directive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104776/new/
https://reviews.llvm.org/D104776
More information about the llvm-commits
mailing list