Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not propagate RHS flags in block morphing (#66291)
It is not necessary to copy flags from the source node to the field nodes when doing a field-by-field copy in block morphing. In fact, it can be a pessimization in cases where the source node had NO_CSE set, which would block constant propagation.
- Loading branch information