[ARM][ParallelDSP] Change smlad insertion order
Instead of inserting everything after the 'root' of the reduction, insert all instructions as close to their operands as possible. This can help reduce register pressure. Differential Revision: https://reviews.llvm.org/D67392 llvm-svn: 374981
Loading
Please register or sign in to comment