#125141 fixes the importer creating incorrectly ordered IR for stfld. However, this was previously hidden in most cases because morph tends to fold FIELD_ADDR into parent indirs. For stores that reorders the side effects of the data node with the null check on the FIELD_ADDR. We should fix morph to take care not to reorder side effect.