This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fix non-power-of-2 G_EXTRACT sources
ClosedPublic

Authored by arsenm on Apr 5 2019, 7:24 AM.

Diff Detail

Event Timeline

arsenm created this revision.Apr 5 2019, 7:24 AM
arsenm updated this revision to Diff 193873.Apr 5 2019, 7:32 AM

Fix not calling observer

paquette added inline comments.Apr 9 2019, 9:56 AM
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
909

Why UnableToLegalize?

arsenm updated this revision to Diff 195080.Apr 14 2019, 2:09 PM

Fix UnableToLegalize

This revision is now accepted and ready to land.Apr 19 2019, 9:58 AM
arsenm closed this revision.Apr 22 2019, 8:08 AM

r358892