Skip to content
Commit 78e3d565 authored by Evan Cheng's avatar Evan Cheng
Browse files

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!

llvm-svn: 27517
parent 6025241e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment