[all-commits] [llvm/llvm-project] ff75a2: [AVR] Fix incorrect operands of pseudo instruction...
Patryk Wychowaniec via All-commits
all-commits at lists.llvm.org
Sat Jun 3 20:10:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff75a2be34fd76350216c36b7ea4c3f338df6215
https://github.com/llvm/llvm-project/commit/ff75a2be34fd76350216c36b7ea4c3f338df6215
Author: Patryk Wychowaniec <pwychowaniec at pm.me>
Date: 2023-06-04 (Sun, 04 Jun 2023)
Changed paths:
M llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
M llvm/lib/Target/AVR/AVRISelLowering.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.td
M llvm/test/CodeGen/AVR/pseudo/ROLBrd.mir
A llvm/test/CodeGen/AVR/rotate.ll
Log Message:
-----------
[AVR] Fix incorrect operands of pseudo instruction 'ROLBRd'
Fixes https://github.com/llvm/llvm-project/issues/63098
Reviewed by: benshi001
Differential Revision: https://reviews.llvm.org/D152063
More information about the All-commits
mailing list