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
Loading
Please register or sign in to comment