[PATCH] D30044: [ARM] Enable SMLAL[B|T] instruction selection
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 06:22:31 PST 2017
samparker created this revision.
Herald added subscribers: mgorny, rengolin, aemerson.
Enable the selection of the 64-bit signed multiply accumulate instructions which operate on 16-bit operands. These are enabled for ARMv5TE onwards for ARM and for V6T2 and other DSP enabled Thumb architectures. Added a new file to help with pattern matching across ISelLowering and ISelDAG.
https://reviews.llvm.org/D30044
Files:
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMPatternHelpers.cpp
lib/Target/ARM/ARMPatternHelpers.h
lib/Target/ARM/CMakeLists.txt
test/CodeGen/ARM/longMAC.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30044.88727.patch
Type: text/x-patch
Size: 22648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170216/fb0b7b67/attachment.bin>
More information about the llvm-commits
mailing list