convertClassKey expects key to have KnownDataType
commit7be33e04110538ada25eb275c9465eb10cb159a9
authorArnab De <arnabde@fb.com>
Fri, 11 Dec 2020 01:59:36 +0000 (10 17:59 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 11 Dec 2020 02:01:31 +0000 (10 18:01 -0800)
tree60b727df7ce4f6f363e066b8ed555567e6026b12
parentdc50f4ef52f4aa84eee30fed20244481126a0742
convertClassKey expects key to have KnownDataType

Summary: We should always punt before calling `convertClassKey` if the datatype is not known.

Reviewed By: ricklavoie

Differential Revision: D25469110

fbshipit-source-id: 574eed78e411954e6d40f72a8f3213079b7cfdc3
hphp/runtime/vm/jit/irgen-builtin.cpp
hphp/runtime/vm/jit/irgen-internal.cpp