diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-04-08 01:46:37 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-04-08 01:46:37 +0000 |
commit | f6bf87f2cc685d13d6a8fa37693425956b33a840 (patch) | |
tree | 91e008e372cf521d92f84f3855ee266b89ba273a /lib/Bytecode/Reader/Reader.cpp | |
parent | 4ebf331851f6ab6f907bbce451ef23b5ab66b736 (diff) |
INSERT_VECTOR_ELT lowering bug:
store vector to $esp
store element to $esp + sizeof(VT) * index
load vector from $esp
The bug is VT is the type of the vector element, not the type of the vector!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/Reader.cpp')
0 files changed, 0 insertions, 0 deletions