This is an archive of the discontinued LLVM Phabricator instance.

[llvm][MIRVRegNamer] Avoid collisions across jump table indices.
ClosedPublic

Authored by plotfi on Apr 11 2020, 11:12 PM.

Details

Summary

Hash Jump Table Indices uniquely within a basic block.

Diff Detail

Event Timeline

plotfi created this revision.Apr 11 2020, 11:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2020, 11:12 PM

I'm beginning to wonder if maybe it makes sense to put all of these individual tests, in one place instead of being scattered across many tests (considering they're all testing the same thing) so it's easier to find.
Not related to this, but this patch LTGM.

This revision is now accepted and ready to land.Apr 12 2020, 7:06 PM

I'm beginning to wonder if maybe it makes sense to put all of these individual tests, in one place instead of being scattered across many tests (considering they're all testing the same thing) so it's easier to find.
Not related to this, but this patch LTGM.

Sounds good. I can prob post a follow up NFC consolidating some mir-canon tests.

This revision was automatically updated to reflect the committed changes.