Handle SIMD vectors in CPlace::place_field

This commit is contained in:
bjorn3 2020-03-28 15:21:58 +01:00
parent abc99c6259
commit 08fc673190
3 changed files with 55 additions and 15 deletions

View file

@ -411,6 +411,11 @@ fn place_location<'tcx>(
AttributeValue::Exprloc(Expression::new())
}
CPlaceInner::VarLane(_, _, _) => {
// FIXME implement this
AttributeValue::Exprloc(Expression::new())
}
CPlaceInner::Addr(_, _) => {
// FIXME implement this (used by arguments and returns)