[PATCH] D35319: LSE Atomics reorg - Part I

Stefan Teleman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 07:01:56 PDT 2017


steleman added a comment.

In https://reviews.llvm.org/D35319#807933, @mcrosier wrote:

> If at all possible, I would like to see https://reviews.llvm.org/D35309 committed before/with this patch.


One of the things I am doing in this - https://reviews.llvm.org/D35319 - changeset is correcting the naming convention of the LSE instructions mnemonics, which currently does not observe the
established AArch64 naming convention for instruction mnemonics.

Namely: 'B', 'H', 'W' and 'X' suffixes, and not 'b', 'h', 's' and 'd'.


Repository:
  rL LLVM

https://reviews.llvm.org/D35319





More information about the llvm-commits mailing list