This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Fix insert point in CSEMIRBuilder unit test
ClosedPublic

Authored by arsenm on Jul 29 2020, 11:42 AM.

Details

Summary

This was using invalid MIR for the test instructions. The test add was
the first instruction in the block, before the trunc inputs or copies
from physical registers which I assume was not intended.

Diff Detail

Event Timeline

arsenm created this revision.Jul 29 2020, 11:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2020, 11:42 AM
Herald added a subscriber: rovka. · View Herald Transcript
arsenm requested review of this revision.Jul 29 2020, 11:42 AM

Silly bug. Thanks for fixing.

This revision is now accepted and ready to land.Jul 29 2020, 11:44 AM