commit | 01ca8a4f99583e0fcaa980ca70415f21e0621b9b | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Wed Sep 24 10:08:25 2014 -0700 |
committer | Tim Murray <timmurray@google.com> | Wed Sep 24 15:22:16 2014 -0700 |
tree | f9303fa1141239b473c4681dc0c5da4b0703419f | |
parent | 631b9e32336e9d3bb8a586330498f7e09c76c4f7 [diff] |
Fix vstore/vload/setelementat. This contains two fixes. The first removes the readonly attribute from vstore functions. The second fixes 64-bit operations with vectors greater than 128 bits. ll64/allocation.ll was based on ll32/allocation.ll, but the AArch64 calling convention passes vectors greater than 128 bits on the stack rather by value. This fixes vload/vstore/SetElementAt. bug 17615222 Change-Id: Ib8e2633f9b1236c8b360929b9ca5fe53ebb24703