This is an archive of the discontinued LLVM Phabricator instance.

[DAG] Restrict insert_subvector undef, splat_veector, dontcare transform
ClosedPublic

Authored by reames on Aug 17 2023, 11:29 AM.

Details

Summary

On the extract_subvector side, we already have the restriction. With D158201, we'd start getting unprofitable splat combines unless we add the same one on the extract_subvector side.

Diff Detail