odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.17k stars 550 forks source link

Prevent panic when `swizzle` called with < 2 indices #3709

Closed Feoramund closed 1 month ago

Feoramund commented 1 month ago

The requirement for at least 2 indices has been sourced from lb_addr_swizzle in llvm_backend_general.cpp, where there is an assert to ensure the swizzle_count is 1 < n <= 4.