Skip to content
Success

Changes

Summary

  1. Change arraycmp length child to 64 bits (commit: 9589a57) (details)
Commit 9589a576ef6a5c030a137ebe549296eb41c439a8 by Spencer Comin
Change arraycmp length child to 64 bits

Previously the arraycmp IL opcode's length child  was specified as 32 bits but
was inconsistent in its use. This commit changes the specification of the
length child to 64 bits, and normalizes the use to 64 bits.

Closes: #6992
Signed-off-by: Spencer Comin <spencer.comin@ibm.com>
(commit: 9589a57)
The file was modified compiler/aarch64/codegen/OMRTreeEvaluator.cpp (diff)
The file was modified compiler/optimizer/LoopReducer.cpp (diff)
The file was modified compiler/z/codegen/OMRTreeEvaluator.cpp (diff)
The file was modified fvtest/compilertriltest/ArrayTest.cpp (diff)
The file was modified compiler/p/codegen/OMRTreeEvaluator.cpp (diff)
The file was modified compiler/il/OMROpcodes.enum (diff)
The file was modified compiler/x/codegen/OMRTreeEvaluator.cpp (diff)