This is an archive of the discontinued LLVM Phabricator instance.

[Assignment Tracking] Skip scalable vectors in declare-to-assign pass
ClosedPublic

Authored by Orlando on May 5 2023, 7:13 AM.

Details

Summary

Do not convert dbg.declares to dbg.assigns for variables backed by scalable vector allocas as this isn't yet supported.

Diff Detail

Event Timeline

Orlando created this revision.May 5 2023, 7:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 7:13 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
Orlando requested review of this revision.May 5 2023, 7:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 7:13 AM
jmorse accepted this revision.May 5 2023, 8:56 AM

LGTM

This revision is now accepted and ready to land.May 5 2023, 8:56 AM