Unverified Commit 386aa7b1 authored by Diego Caballero's avatar Diego Caballero Committed by GitHub
Browse files

[mlir][Vector] Replace `vector.shuffle` with `vector.interleave` in vector...

[mlir][Vector] Replace `vector.shuffle` with `vector.interleave` in vector narrow type emulation (#82550)

This PR replaces the generation of `vector.shuffle` with
`vector.interleave` in the i4 conversions in vector narrow type
emulation. The multi dimensional semantics of `vector.interleave` allow
us to enable these conversion emulations also for multi dimensional
vectors.
parent 0e8d1877
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment