You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LowerContractionToSMMLAPattern.cpp added support to lower a vector.contract to i8mm's smmla instructions. However, the existing code can only handle signed i8,i8,i32 matrix multiplication cases. We should generalize (and rename) the pass to also handle unsigned i8,i8,i32 cases by adding matching support for extui and generating ummla instructions instead.