[all-commits] [llvm/llvm-project] 8c3886: [ARC] Add ADC (addition with carry) and SBC (subtr...
Thomas Johnson via All-commits
all-commits at lists.llvm.org
Wed Aug 25 07:47:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c3886b0ec9805a8ecad535c7aa92fa8d03147f1
https://github.com/llvm/llvm-project/commit/8c3886b0ec9805a8ecad535c7aa92fa8d03147f1
Author: Thomas Johnson <thomasj at synopsys.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M llvm/lib/Target/ARC/ARCInstrInfo.td
M llvm/test/MC/Disassembler/ARC/alu.txt
Log Message:
-----------
[ARC] Add ADC (addition with carry) and SBC (subtraction with carry) instructions
Differential Revision: https://reviews.llvm.org/D108672
More information about the All-commits
mailing list