vporpo b686f5e62e
[SandboxVec][BottomUpVec] Fix crash caused by Cmps with different operand types (#186550)
This patch disables vectorizing Cmps with different operand types
because we can't form a legal vector.
This used to cause an assertion check crash once we attempted to pack
the bundle formed by Cmp's operands.
2026-03-17 10:18:37 -07:00
..