We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4c140 commit e37b853Copy full SHA for e37b853
src/coreclr/jit/forwardsub.cpp
@@ -521,7 +521,7 @@ bool Compiler::fgForwardSubStatement(Statement* stmt)
521
// Bail if sub node has mismatched types.
522
// Might be able to tolerate these by retyping.
523
//
524
- if (defNode->TypeGet() != fwdSubNode->TypeGet())
+ if (genActualType(defNode->TypeGet()) != genActualType(fwdSubNode->TypeGet()))
525
{
526
JITDUMP(" mismatched types (store)\n");
527
return false;
0 commit comments