[PATCH] D60706: [ARM] implement 8.1-M instructions at the MC level.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 08:24:54 PDT 2019


simon_tatham added a comment.

In D60706#1468309 <https://reviews.llvm.org/D60706#1468309>, @t.p.northover wrote:

> I think this needs splitting up further. There are a lot of novelties in the assembly syntax with this new instruction set, and it's made the patch huge.


Sorry it's taken me so long to get this done. You're right that it was large and unwieldy!

I've broken this patch up into the following new ones: D62667 <https://reviews.llvm.org/D62667> D62668 <https://reviews.llvm.org/D62668> D62669 <https://reviews.llvm.org/D62669> D62670 <https://reviews.llvm.org/D62670> D62671 <https://reviews.llvm.org/D62671> D62672 <https://reviews.llvm.org/D62672> D62673 <https://reviews.llvm.org/D62673> D62674 <https://reviews.llvm.org/D62674> D62675 <https://reviews.llvm.org/D62675> D62676 <https://reviews.llvm.org/D62676> D62677 <https://reviews.llvm.org/D62677> D62678 <https://reviews.llvm.org/D62678> D62679 <https://reviews.llvm.org/D62679> D62680 <https://reviews.llvm.org/D62680> D62681 <https://reviews.llvm.org/D62681> D62682 <https://reviews.llvm.org/D62682>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60706





More information about the llvm-commits mailing list