This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add type argument to getRegBankFromRegClass
ClosedPublic

Authored by arsenm on Nov 15 2019, 3:04 AM.

Details

Summary

AMDGPU can't unambiguously go back from the selected instruction
register class to the register bank without knowing if this was used
in a boolean context.

Diff Detail