mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Use vector compares for the 1-D case. This approach scales much better than generating insertion operations, and exposes SIMD directly to backend. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D82402