[PATCH] D90153: [AArch64][AsmParser] Remove 'x31' alias for 'sp/xzr' register.

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 02:26:48 PDT 2020


ostannard accepted this revision.
ostannard added a comment.
This revision is now accepted and ready to land.

Using `x31` is confusing and not compatible with the GNU assembler, which are both god reasons to reject it. Also, the only occurrence of `x31` in the architecture manual is this:

> There is no register named W31 <https://reviews.llvm.org/W31> or X31.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90153



More information about the llvm-commits mailing list