luau/CodeGen
Arseny Kapoulkine b4a4053ad0 CodeGen: Simplify UNM_NUM/UNM_VEC lowering
vxorpd has a 3-argument form but the lowering is written assuming we are
targeting SSE. Since we aren't, we can directly vxorpd into the target
register.
2024-02-26 15:08:25 -08:00
..
include CodeGen: Extract all vector tag patching into TAG_VECTOR (#1171) 2024-02-21 07:06:11 -08:00
src CodeGen: Simplify UNM_NUM/UNM_VEC lowering 2024-02-26 15:08:25 -08:00