Commit 4ee71b2d authored by Pavel Vyssotski's avatar Pavel Vyssotski
Browse files

ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case



OpRegRegReg in case of r_dest == r_src2 does not expect kOpMul as valid operation.
This provokes abort compiling instruction like "mul-int v0, v1, v0" if both
operands are arriving in registers.

The fix is to expect kOpMul as comutative operation.

Change-Id: I259e49edea4b8b08ca4ed1c61033bbc2b2229078
Signed-off-by: default avatarPavel Vyssotski <pavel.n.vyssotski@intel.com>
parent a500b030
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment