RESOLVED CONFIGURATION CHANGED 232647
Remove ReduceLoopStrength
https://bugs.webkit.org/show_bug.cgi?id=232647
Summary Remove ReduceLoopStrength
Justin Michaud
Reported 2021-11-02 17:04:10 PDT
After the introduction of WasmAddress, this pass no longer does anything. It will likely only ever be profitable for WASM, and in addition, the pattern matching is pretty fragile. For now, we should remove it, and consider re-adding it when we need a JetStream progression. Here are some additional thoughts that we should consider before we add it back: 1) We consider hoisting WasmAddress in LICM or as a peephole optimization 2) We should support ARM64: see 230908 3) If we get SIMD/memcpy instruction support, we should consider inlining memcpy 4) We should make the pattern matching more general
Attachments
Patch (33.68 KB, patch)
2021-11-02 17:07 PDT, Justin Michaud
justin_michaud: review?
Justin Michaud
Comment 1 2021-11-02 17:07:55 PDT
Radar WebKit Bug Importer
Comment 2 2021-11-09 16:05:31 PST
Justin Michaud
Comment 3 2024-04-08 13:37:18 PDT
Closing old bugs assigned to me
Note You need to log in before you can comment on or make changes to this bug.