[PATCH] D152059: [AVR] Replace shift-to-loop IR pass with common shift code

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 4 06:38:20 PDT 2023


aykevl added a comment.

Ah I see, I missed that. I split it up in a separate patch because subreg liveness is also a big change (not in patch size but in how the register allocator works) but I guess it's not too big of a problem to merge those changes in the same patch.

I'd say LGTM but it's my patch so can't really comment on it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152059



More information about the llvm-commits mailing list