This is an archive of the discontinued LLVM Phabricator instance.

[InlineCost] Consider branches with !make.implicit metadata as free.
ClosedPublic

Authored by dantrushin on May 3 2023, 7:18 AM.

Details

Summary

!make.implicit metadata attached to branch means it will very likely
be eliminated (together with associated cmp instruction).

Diff Detail

Event Timeline

dantrushin created this revision.May 3 2023, 7:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 7:18 AM
dantrushin requested review of this revision.May 3 2023, 7:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 7:18 AM
apilipenko accepted this revision.May 22 2023, 7:54 PM

Looks good.

This revision is now accepted and ready to land.May 22 2023, 7:54 PM