llvm-project
992118cb - [IA] Add masked.load/store support for shuffle (de)interleave load/store (#150241)

Commit
148 days ago
[IA] Add masked.load/store support for shuffle (de)interleave load/store (#150241) This completes the basic support for masked.laod and masked.store in InterleaveAccess. The backend already added via the intrinsic lowering path and the common code structure (in RISCV at least). Note that this isn't enough to enable in LV yet. We still need support for recognizing an interleaved mask via a shufflevector in getMask.
Author
Parents
Loading