[PATCH] D89288: [RISCV] Enable the use of the old sptbr name

ShihPo Hung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 01:25:24 PDT 2020


arcbbb added a comment.

I agree to just fix the code.
The motivation was that I saw there were two v1.9 aliases added two months ago [1,2],
and I thought it may be acceptable to add the third one. (sptbr is currently used by pk[3])
If we are not going to merge this, should the existing aliases be removed as well to make the policy clear?

[1] https://reviews.llvm.org/D78764
[2] https://reviews.llvm.org/D85067
[3] https://github.com/riscv/riscv-pk/blob/master/machine/minit.c


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89288/new/

https://reviews.llvm.org/D89288



More information about the llvm-commits mailing list