[llvm] [SimplifyIndVar] Push more users to worklist for simplifyUsers (PR #93598)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 15:31:22 PDT 2024


v01dXYZ wrote:

> No compile-time impact: https://llvm-compile-time-tracker.com/compare.php?from=e5a41f0afc152cc24b8fef3aa177ef53b2e77c43&to=96dd00646ea8346b9eb4efc0b5b5c78375e8189b&stat=instructions:u

I changed the default config which disabled the traversal of users that are out of loop.

I expect performance regressions with reenabling full traversal.

https://github.com/llvm/llvm-project/pull/93598


More information about the llvm-commits mailing list