[PATCH] D152059: [AVR] Replace shift-to-loop IR pass with common shift code
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 22:25:27 PDT 2023
benshi001 added inline comments.
================
Comment at: llvm/lib/Target/AVR/AVRISelLowering.cpp:2246
+
+ return ExitBB;
+}
----------------
Don't we need to erase the 32-bit shift pseudo instruction from EntryBB ?
```
ExitBB = EntryBB->splitAt(MI, false);
```
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