[all-commits] [llvm/llvm-project] 4e37f0: [NFC] Remove isSafeToSpeculativelyExecute checks f...
Sergey Kachkov via All-commits
all-commits at lists.llvm.org
Fri Feb 3 02:39:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e37f068dcf4fb21c5e34581b90ebbf659025020
https://github.com/llvm/llvm-project/commit/4e37f068dcf4fb21c5e34581b90ebbf659025020
Author: Sergey Kachkov <sergey.kachkov at syntacore.com>
Date: 2023-02-03 (Fri, 03 Feb 2023)
Changed paths:
M llvm/lib/Analysis/PHITransAddr.cpp
Log Message:
-----------
[NFC] Remove isSafeToSpeculativelyExecute checks for casts
isSafeToSpeculativelyExecute always return true for casts, so remove
this redundant checks.
Differential Revision: https://reviews.llvm.org/D143255
More information about the All-commits
mailing list