This is an archive of the discontinued LLVM Phabricator instance.

[NFC][M68k][test] Fix incorrect use of `getelementptr`
ClosedPublic

Authored by 0x59616e on Aug 16 2022, 8:44 PM.

Details

Summary

It turns out that issue #56990 is caused by the misuse of getelementptr in link-unlnk.ll.

Diff Detail

Event Timeline

0x59616e created this revision.Aug 16 2022, 8:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2022, 8:44 PM
0x59616e requested review of this revision.Aug 16 2022, 8:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2022, 8:44 PM

Maybe add useful test coverage for gep [8 x i32] as well?

0x59616e updated this revision to Diff 454379.Aug 21 2022, 10:04 PM

update diff: add test for getelementptr

0x59616e updated this revision to Diff 454383.Aug 21 2022, 10:08 PM

re-update diff

This revision is now accepted and ready to land.Aug 22 2022, 12:01 AM
This revision was automatically updated to reflect the committed changes.