[all-commits] [llvm/llvm-project] 73d6a4: [WinEH] Track changes in WinEHPrepare pass (#134121)
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Fri May 30 06:29:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73d6a48029d61e8a26749cd9990108357b5318b1
https://github.com/llvm/llvm-project/commit/73d6a48029d61e8a26749cd9990108357b5318b1
Author: Aaron Puchert <aaron.puchert at sap.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M llvm/lib/CodeGen/WinEHPrepare.cpp
Log Message:
-----------
[WinEH] Track changes in WinEHPrepare pass (#134121)
Before this change, the pass would always claim to have changed IR if
there is a scope-based personality function. We add some plumbing to
track if there was an actual change.
This should be NFC, except that we might now preserve more analysis
passes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list