llvm-project
82b800ec - [SLP][NFC]Limit number of the external uses analysis, NFC.

Commit
1 year ago
[SLP][NFC]Limit number of the external uses analysis, NFC. BoUpSLP::buildExternalUses runs through all the users of the vectorized scalars, which may require significant amount of time, if there are too many users. Limited the analysis, if there are too many users, all of them are replaced, not individually.
Author
Committer
Parents
Loading