Commit 76c5158a authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[DAG] combineShiftToAVG - don't create avgfloor with scalar constant operands unless legal.

Converting to avgfloor and then expanding it back to shift+add later is likely to prevent other folds (re-association and value-tracking in particular) in the meantime.

Fixes #95284
parent 71e4d70f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment