luau/CodeGen
Arseny Kapoulkine 3eb1a0628a Improve codegen for a+a and a*a
When the two registers are the same and they come from a load, we only need
to emit one vandps; sub/div probably aren't worth optimizing in this way.
2024-02-26 11:05:31 -08:00
..
include CodeGen: Extract all vector tag patching into TAG_VECTOR (#1171) 2024-02-21 07:06:11 -08:00
src Improve codegen for a+a and a*a 2024-02-26 11:05:31 -08:00