Files
EasyOn Aaditya 3600cd824d [AMDGPU] Unmark wave reduce intrinsics for constant folding (#193142)
The `add`, `sub`, and `xor` wave reduction intrinsics
cannot be constant folded, as `add` and `sub` need
to be multipled by the number of active lanes, and
`xor` depends on the parity of the number of
active lanes.
2026-04-21 16:07:41 +05:30
..