[InstSimplify] Slightly optimize simplifyLoad() (NFC)
Check upfront whether the load is based on a constant global with definitive initializer. Don't bother computing offsets otherwise.
Loading
Please sign in to comment
Check upfront whether the load is based on a constant global with definitive initializer. Don't bother computing offsets otherwise.