[PATCH] D78663: [builtins] Add 32-bit shift builtins

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 24 05:21:05 PDT 2021


aykevl added a comment.

I have fixed this in a different way for AVR, by expanding these instructions inline (just like avr-gcc does): D96677 <https://reviews.llvm.org/D96677>. Therefore, I don't plan on working on this change anymore.

@atrosinenko if you want to continue working on this patch (and fix the various issues you found), feel free to take over the patch. You can do this by commandeering it (Add Action -> Commandeer Revision).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78663



More information about the llvm-commits mailing list