This feature has been disabled for some time now due to reports of performance regressions. Since no one has complained and we've moved on to 4.0 I'd like to remove this code permanently.
This should be a NFC for all AArch64 subtargets.
The FeatureMergeNarrowLd used to control merging of both narrow loads and narrow zero stores (which was a bit misleading). I've renamed it to FeatureMergeNarrowSt to be more inline with what's actually happening.
Currently, narrow zero stores are only merged for Kryo and Cortex-A57. I suspect this would benefit other subtargets, but I'll leave that to the respective owners to decide.
Chad