[PATCH] D109324: [MSP430] Add support for MSP430X extended shift instructions

Jozef Lawrynowicz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 08:54:49 PDT 2021


jozefl added a comment.

In D109324#3028103 <https://reviews.llvm.org/D109324#3028103>, @asl wrote:

> Will it be possible to split this patch into 3:
>
> 1. Addition of `rpt`
> 2. Addition of shift instructions
> 3. Codegen
>
> Thanks!

Ok, I've split the patch into these three revisions: https://reviews.llvm.org/D110723 https://reviews.llvm.org/D110724 https://reviews.llvm.org/D110725
I diffed the 3 new combined patches against this patch and there are only minor NFC differences from things that I fixed up in the new patches.

Thanks,
Jozef


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109324



More information about the llvm-commits mailing list