isSafeToSpeculativelyExecute always return true for casts, so remove
this redundant checks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143255
[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
Diff Detail
Event TimelineThis 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 Closed by commit rG4e37f068dcf4: [NFC] Remove isSafeToSpeculativelyExecute checks for casts (authored by kachkov98). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 494569 llvm/lib/Analysis/PHITransAddr.cpp
|