[ARM] Use non-constant operand in umulo-32.ll; NFC
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 9 Mar 2019 13:43:21 +0000 (13:43 +0000)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 9 Mar 2019 13:43:21 +0000 (13:43 +0000)
commit506c1aba4d0d02b97c3097bd422f813f21f5fd10
tree07735813fe40b0633ff1d068202e870fa7df6712
parent74dde7e5a1dab31c2b72c98e4cc1c50ade203fd9
[ARM] Use non-constant operand in umulo-32.ll; NFC

Currently the store+load is folded and both operands of the umulo
end up being constants. To avoid this getting folded away entirely,
make sure at least one operand is non-constant.

Also remove some allocas which don't seem relevant to the test.

llvm-svn: 355776
llvm/test/CodeGen/ARM/umulo-32.ll