This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove isSafeToSpeculativelyExecute checks for casts
ClosedPublic

Authored by kachkov98 on Feb 3 2023, 2:29 AM.

Details

Summary

isSafeToSpeculativelyExecute always return true for casts, so remove
this redundant checks.

Diff Detail

Event Timeline

kachkov98 created this revision.Feb 3 2023, 2:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 2:29 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
kachkov98 requested review of this revision.Feb 3 2023, 2:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 2:29 AM
This revision is now accepted and ready to land.Feb 3 2023, 2:36 AM
This revision was landed with ongoing or failed builds.Feb 3 2023, 2:39 AM
This revision was automatically updated to reflect the committed changes.