This is an archive of the discontinued LLVM Phabricator instance.

[LV] Remove unnecessary state variable FoldTailByMasking
Needs ReviewPublic

Authored by sdesmalen on May 13 2021, 1:50 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

FoldTailByMasking is a bit of state that is separately maintained
from ScalarEpilogueStatus, but it's better to make this part
of the ScalarEpilogueStatus itself, by adding a new state
CM_RequiresNoEpilogue, so that the separate state no longer
needs to be maintained.

Diff Detail