mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
This PR adds unrolling for vector.constant_mask op based on the targetShape. Each unrolled vector computes its local mask size in each dimension (d) as: min(max(originalMaskSize[d] - offset[d], 0), unrolledMaskSize[d]).