[all-commits] [llvm/llvm-project] 49b0b5: [AVR][NFC] Fix incorrect register states in expand...
Ben Shi via All-commits
all-commits at lists.llvm.org
Fri Mar 25 09:02:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49b0b5f0fa868bad2622d03e63c79708bf6963fa
https://github.com/llvm/llvm-project/commit/49b0b5f0fa868bad2622d03e63c79708bf6963fa
Author: Ben Shi <ben.shi at streamcomputing.com>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
A llvm/test/CodeGen/AVR/pseudo/ASRBNRd.mir
A llvm/test/CodeGen/AVR/pseudo/LSLBNRd.mir
A llvm/test/CodeGen/AVR/pseudo/LSLWNRd.mir
A llvm/test/CodeGen/AVR/pseudo/LSRBNRd.mir
A llvm/test/CodeGen/AVR/pseudo/LSRWNRd.mir
M llvm/test/CodeGen/AVR/pseudo/NEGWRd.mir
M llvm/test/CodeGen/AVR/pseudo/SEXT.mir
M llvm/test/CodeGen/AVR/pseudo/ZEXT.mir
Log Message:
-----------
[AVR][NFC] Fix incorrect register states in expanding pseudo instructions
Reviewed By: aykevl
Differential Revision: https://reviews.llvm.org/D118354
More information about the All-commits
mailing list