This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Select G_EXTRACT_VECTOR_ELT
ClosedPublic

Authored by arsenm on Jan 2 2020, 7:23 PM.

Details

Summary

Doesn't try to do the fold into the base register of an add of a
constant in the index like the DAG path does.

Diff Detail