This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Use the assertion formatting from assert.h
ClosedPublic

Authored by jhuber6 on Oct 29 2021, 12:51 PM.

Details

Summary

This patch changes the assert_assume function used for internal
assumptions in the device runtime to use a more standard formatting for
the assumption message.

Diff Detail

Event Timeline

jhuber6 created this revision.Oct 29 2021, 12:51 PM
jhuber6 requested review of this revision.Oct 29 2021, 12:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2021, 12:51 PM
This revision is now accepted and ready to land.Oct 29 2021, 12:56 PM
jhuber6 updated this revision to Diff 383487.Oct 29 2021, 1:30 PM

Changing to use assert_fail to avoid duplicatio.

This revision was automatically updated to reflect the committed changes.