This is an archive of the discontinued LLVM Phabricator instance.

OpenMPOpt: Fix using wrong address space for alloca
ClosedPublic

Authored by arsenm on Jan 3 2023, 5:48 AM.

Details

Summary

Using the function's address space makes no sense. Copied from the
existing test, with more addrspace variation. Could just replace the
existing one with this version if it's redundant.

Diff Detail

Event Timeline

arsenm created this revision.Jan 3 2023, 5:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 5:48 AM
arsenm requested review of this revision.Jan 3 2023, 5:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 5:48 AM
Herald added a subscriber: wdng. · View Herald Transcript
jdoerfert accepted this revision.Jan 3 2023, 10:22 AM

LG, thanks

This revision is now accepted and ready to land.Jan 3 2023, 10:22 AM