This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Assume vcc phis for any vcc input
ClosedPublic

Authored by arsenm on Jan 2 2020, 1:07 PM.

Details

Summary

This produces more intelligible looking results, more comparabble to
the DAG output in the simplest cases. This is probably wrong in
complex control flow, but RegBankSelect doesn't attempt analyzing if
this is on a masked path for selecting the bank yet.

Diff Detail