This is an archive of the discontinued LLVM Phabricator instance.

Mark widenable condition as noundef
ClosedPublic

Authored by mkazantsev on Mar 21 2023, 2:39 AM.

Details

Summary

This corresponds to its description in LangRef:
The intrinsic @llvm.experimental.widenable.condition() returns either true or false.

Diff Detail

Event Timeline

mkazantsev created this revision.Mar 21 2023, 2:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2023, 2:39 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
mkazantsev requested review of this revision.Mar 21 2023, 2:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2023, 2:39 AM
skatkov accepted this revision.Mar 21 2023, 2:51 AM
skatkov added a reviewer: reames.

Look pretty straightforward to Lang Ref.

This revision is now accepted and ready to land.Mar 21 2023, 2:52 AM
nikic accepted this revision.Mar 21 2023, 2:52 AM

LGTM

This revision was landed with ongoing or failed builds.Mar 21 2023, 3:12 AM
This revision was automatically updated to reflect the committed changes.