[InstCombine] Increase limit for max copied from constant fold
authorBrendon Cahoon <brendon.cahoon@amd.com>
Tue, 14 Feb 2023 18:04:43 +0000 (12:04 -0600)
committerBrendon Cahoon <brendon.cahoon@amd.com>
Tue, 14 Feb 2023 22:04:14 +0000 (16:04 -0600)
commit20cdf7c7066794805546bd33803befb24207ad85
treed98cdf5043795d6c35fbf44b5f605ae158d22a92
parent0d4e55ba69c1dd04913c59d39c764c8070e55c60
[InstCombine] Increase limit for max copied from constant fold

Increasing the limits fixes several performance regressions.

Differential revision: https://reviews.llvm.org/D144032
llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp