[PATCH] D152248: [AVR] Fix incorrect expanded pseudo instruction ROLBRd
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 02:20:22 PDT 2023
benshi001 added inline comments.
================
Comment at: llvm/test/CodeGen/AVR/rotate.ll:67
+; CHECK-NEXT: adc r24, r0
+; CHECK-NEXT: clr r0
; CHECK-NEXT: lsl r24
----------------
We need not worry this, since I have made optimization for that, https://reviews.llvm.org/D152130
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152248/new/
https://reviews.llvm.org/D152248
More information about the llvm-commits
mailing list