mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 10:56:07 +00:00

This patch ensures that we actually scalarize instructions marked scalar after vectorization. Previously, such instructions may have been vectorized instead. Differential Revision: https://reviews.llvm.org/D23889 llvm-svn: 282418