Skip to content

Changes

Summary

  1. AArch64: Stop generating instruction for adding 0 (commit: 0af60f9) (details)
Commit 0af60f94ae116d640a4ad2ab4c3f9ae82c16182a by Kazuhiro Konno
AArch64: Stop generating instruction for adding 0

This commit changes addConstant32() and addConstant64() for AArch64 so
that they don't generate instructions when the value to be added is 0.

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
(commit: 0af60f9)
The file was modified compiler/aarch64/codegen/OMRCodeGenerator.hpp (diff)
The file was modified compiler/aarch64/codegen/OMRTreeEvaluator.cpp (diff)