llvm-project
d196124d - [PredicateInfo] Remove unnecessary EdgeUsesOnly set (NFC) (#144912)

Commit
79 days ago
[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.
Author
Parents
Loading