Or else InstCombine can incorrectly report that no change has been made.
This optimization doesn't really fit into InstCombine since it optimizes multiple instructions at once; there's likely a more comprehensive fix.
Differential D146064
[SimplifyLibCalls] Return Value from optimizeSinCosPi when making change aeubanks on Mar 14 2023, 9:44 AM. Authored by
Details Or else InstCombine can incorrectly report that no change has been made. This optimization doesn't really fit into InstCombine since it optimizes multiple instructions at once; there's likely a more comprehensive fix.
Diff Detail
|