This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fix RegBankSelect G_SMULH/G_UMULH pre-gfx9
ClosedPublic

Authored by arsenm on Sep 18 2019, 7:06 AM.

Details

Summary

The scalar versions were only introduced in gfx9.

Diff Detail

Event Timeline

arsenm created this revision.Sep 18 2019, 7:06 AM
hliao accepted this revision.Sep 18 2019, 7:47 AM

LGTM

This revision is now accepted and ready to land.Sep 18 2019, 7:47 AM
arsenm closed this revision.Sep 18 2019, 6:40 PM

r372286