This is an archive of the discontinued LLVM Phabricator instance.

[IR] Mark `llvm.trap` as `nosync, nofree, nocallback`
Needs ReviewPublic

Authored by jdoerfert on Aug 4 2023, 3:33 PM.

Details

Summary
NOTE: Test will be updated if people thing this is sound.

Diff Detail

Event Timeline

jdoerfert created this revision.Aug 4 2023, 3:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2023, 3:33 PM
jdoerfert requested review of this revision.Aug 4 2023, 3:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2023, 3:33 PM

In addition to this, even the new memory kind might actually help our GPU programs, but I'm not 100% sure we need that part yet.

nikic added a comment.Aug 7 2023, 1:32 AM

Sounds reasonable to me.