[PATCH] D120381: [SPARC] Add isSparc for SPARC
Xiaodong Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 23 18:59:37 PST 2022
XiaodongLoong added a comment.
@ro
Since sparcv9 is Bi-endianness (https://en.wikipedia.org/wiki/Endianness#Bi-endianness), I add "sparcv9el" like on MIPS. If it is not OK, I can delete it.
Could I do the switching to isSPARC* from existing Triple::sparc* in another patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120381/new/
https://reviews.llvm.org/D120381
More information about the llvm-commits
mailing list