This is an archive of the discontinued LLVM Phabricator instance.

[CodeGenPrepare] Fix modification status bug
ClosedPublic

Authored by aidengrossman on Aug 25 2023, 2:42 PM.

Details

Summary

This was exposed in https://reviews.llvm.org/D158250 in
CodeGen/X86/statepoint-stack-usage.ll. There was no update to the
modification status in this section.

Co-Authored-By: nikic

Diff Detail