You need to sign in or sign up before continuing.
Select Git revision
optimize.c
Forked from
QEMU / Qemu
Source project has a limited visibility.
-
Richard Henderson authored
Bitwise operations are easy to fold, because the operation is identical regardless of element size. But add and sub need extra element size info that is not currently propagated. Fixes: 2f9f08ba Cc: qemu-stable@nongnu.org Resolves: qemu-project/qemu#799 Reviewed-by:
Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Richard Henderson authoredBitwise operations are easy to fold, because the operation is identical regardless of element size. But add and sub need extra element size info that is not currently propagated. Fixes: 2f9f08ba Cc: qemu-stable@nongnu.org Resolves: qemu-project/qemu#799 Reviewed-by:
Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.