Handle SIMD vectors in CPlace::place_field
This commit is contained in:
parent
abc99c6259
commit
08fc673190
3 changed files with 55 additions and 15 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue