This is an archive of the discontinued LLVM Phabricator instance.

[LibCallsShrinkWrap][NFC] Reuse createCond and createOrCond
ClosedPublic

Authored by Jim on Jun 19 2023, 1:25 AM.

Details

Summary

Add two new functions createCond and createOrCond that accept extra
arguments Arg and Arg/Arg2 respectively.

Diff Detail

Event Timeline

Jim created this revision.Jun 19 2023, 1:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 1:25 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
Jim requested review of this revision.Jun 19 2023, 1:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 1:25 AM
Jim added a comment.Jun 25 2023, 10:22 PM

Kindly ping. This revision is for https://reviews.llvm.org/D152776 to add if (BBBuilder.GetInsertBlock()->getParent()->hasFnAttribute(Attribute::StrictFP)) in only one site.

This revision is now accepted and ready to land.Jun 26 2023, 9:38 AM
This revision was automatically updated to reflect the committed changes.