[PATCH] D120381: [SPARC] Add isSPARC* in Triple for SPARC

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 24 03:49:09 PST 2022


ro added a comment.

In D120381#3342008 <https://reviews.llvm.org/D120381#3342008>, @XiaodongLoong wrote:

> 



> Could I do the switching to isSPARC* from existing Triple::sparc* in another patch?

Given the evaluation and testing requirements I'd mentioned, I guess it's better to start using `isSPARC*` for new or modified code right now, but handle existing comparisons to `Triple::sparc*` separately.  I don't think that's your duty, though.  You've done way enough already.  Thanks.


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