mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +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
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.