This is an archive of the discontinued LLVM Phabricator instance.

AArch64/GlobalISel: Fix assert on call returning 0 sized type
ClosedPublic

Authored by arsenm on May 31 2020, 1:25 PM.

Details

Summary

I don't know why this is considered valid IR, but it probably should
not be.

Diff Detail

Event Timeline

arsenm created this revision.May 31 2020, 1:25 PM
arsenm updated this revision to Diff 267523.May 31 2020, 1:38 PM

Remove old, partial check

aemerson accepted this revision.Jun 2 2020, 5:27 PM

I guess we have the types for doing pointer arithmetic. LGTM.

This revision is now accepted and ready to land.Jun 2 2020, 5:27 PM