Nikita Popov 8422c3df63
[LowerTypeTests] Generate fshr for rotate pattern (#141735)
The canonical representation for a rotate right is fshr with two equal
arguments, so generate that instead of a lshr/shl/or sequence.
2025-05-30 10:16:16 +02:00
..