This is an archive of the discontinued LLVM Phabricator instance.

[TTI] Evaluate cost of experimental_widenable_condition as zero
ClosedPublic

Authored by mkazantsev on Mar 14 2023, 3:00 AM.

Details

Summary

This intrinsic is not supposed to live through lowering, eventually it should turn
into true constant and be optimized away.

Diff Detail

Event Timeline

mkazantsev created this revision.Mar 14 2023, 3:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2023, 3:00 AM
mkazantsev requested review of this revision.Mar 14 2023, 3:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2023, 3:00 AM
skatkov accepted this revision.Mar 14 2023, 3:01 AM

lgtm

This revision is now accepted and ready to land.Mar 14 2023, 3:01 AM
This revision was landed with ongoing or failed builds.Mar 14 2023, 3:11 AM
This revision was automatically updated to reflect the committed changes.