This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Add narrowing patterns for other insertion ops
ClosedPublic

Authored by kuhar on Apr 28 2023, 8:27 PM.

Details

Summary

Allow to commute extension ops over vector.insertelement and
vector.insert_strided_slice.

Diff Detail

Event Timeline

kuhar created this revision.Apr 28 2023, 8:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2023, 8:27 PM
kuhar requested review of this revision.Apr 28 2023, 8:27 PM
antiagainst accepted this revision.May 1 2023, 11:20 AM
This revision is now accepted and ready to land.May 1 2023, 11:20 AM