[PATCH] D30401: Refactor the multiply-accumulate combines to act onARMISD::ADD[CE] nodes, instead of the generic ISD::ADD[CE].
A. Skrobov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 04:11:03 PST 2017
tyomitch created this revision.
Herald added subscribers: rengolin, aemerson.
This allows for some simplification because the combines
are no longer limited to just one go at the node before
it gets legalized into an ARM target-specific one.
https://reviews.llvm.org/D30401
Files:
lib/Target/ARM/ARMISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30401.89862.patch
Type: text/x-patch
Size: 7293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170227/1fb3f96a/attachment.bin>
More information about the llvm-commits
mailing list