commit | 8859cec306080a078f67fbe4511b9ca20edf736e | [log] [tgz] |
---|---|---|
author | Chris Larsen <chris.larsen@imgtec.com> | Wed Aug 30 16:40:02 2017 -0700 |
committer | Chris Larsen <chris.larsen@imgtec.com> | Thu Sep 07 14:34:24 2017 -0700 |
tree | aa4aabd37496ff984f6bc60cf82c3b4d16c442fb | |
parent | 9af08e64d061f12d486b88c2545d8ddde9d08bf0 [diff] |
MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants. Test was unnecessarily flagging some negative "Low32Bits(value)" values as requiring 3 instructions to load the 64-bit constant "value" when those values really only require 2 instructions. This prevents minimizing the corresponding instruction sequence created by LoadConst64(). Test: mma test-art-host-gtest Change-Id: Ib1490000ca15f5e0a23ad3e57d8ede90fd0d8f53