[all-commits] [llvm/llvm-project] 856c46: [CodeGenPrepare] Fix modification status bug
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Aug 26 00:31:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 856c4638395148f73cc63b27de059bed5662a211
https://github.com/llvm/llvm-project/commit/856c4638395148f73cc63b27de059bed5662a211
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-08-26 (Sat, 26 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
Log Message:
-----------
[CodeGenPrepare] Fix modification status bug
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
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D158898
More information about the All-commits
mailing list