[all-commits] [llvm/llvm-project] 3fd42f: [CoroCleanup] Invalidate analyses on changed funct...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Mar 14 09:35:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fd42f50d8aadb4d0c348ac17cd2115c1b0564a4
https://github.com/llvm/llvm-project/commit/3fd42f50d8aadb4d0c348ac17cd2115c1b0564a4
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
Log Message:
-----------
[CoroCleanup] Invalidate analyses on changed functions before running SimplifyCFG
Or else the sub-FunctionPassManager may see out of date analyses.
More information about the All-commits
mailing list