This is an archive of the discontinued LLVM Phabricator instance.

[SVE][CodeGen] Add a DAG combine to extend mscatter indices
ClosedPublic

Authored by kmclaughlin on Nov 6 2020, 7:05 AM.

Details

Summary

This patch adds a target-specific DAG combine for mscatter to promote indices
with element types i8 or i16 before legalisation, plus various tests with illegal types.

Diff Detail