mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 04:16:38 +08:00
This specialization allows sharing more code where an AXPY follows naturally in cases where an OUTERPRODUCT on a scalar would be generated. Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D83453