mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
[js] Fix AliasSet of MLoadTypedArrayElementHole
This commit is contained in:
parent
943d76fa91
commit
260cc45e51
1 changed files with 1 additions and 1 deletions
|
|
@ -10113,7 +10113,7 @@ class MLoadTypedArrayElementHole
|
|||
return congruentIfOperandsEqual(other);
|
||||
}
|
||||
AliasSet getAliasSet() const override {
|
||||
return AliasSet::Load(AliasSet::UnboxedElement);
|
||||
return AliasSet::Load(AliasSet::UnboxedElement | AliasSet::ObjectFields);
|
||||
}
|
||||
bool canProduceFloat32() const override { return arrayType_ == Scalar::Float32; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue