[all-commits] [llvm/llvm-project] d19612: [PredicateInfo] Remove unnecessary EdgeUsesOnly se...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 20 00:17:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d196124dd22391f6c967ed569b34632840536c45
https://github.com/llvm/llvm-project/commit/d196124dd22391f6c967ed569b34632840536c45
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M llvm/lib/Transforms/Utils/PredicateInfo.cpp
Log Message:
-----------
[PredicateInfo] Remove unnecessary EdgeUsesOnly set (NFC) (#144912)
As far as I can tell, this set is pointless: It just represents whether
the target block has multiple predecessors, and the way it is
constructed and queried, we're not even reducing the number of
getSinglePredecessor() calls or something like that.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list