This is an archive of the discontinued LLVM Phabricator instance.

Fix return status of SimplifyCFG
ClosedPublic

Authored by serge-sans-paille on Sep 4 2020, 6:42 AM.

Details

Summary

When a switch case is folded into default's case, that's an IR change that should be reported, update ConstantFoldTerminator accordingly.

Diff Detail