[all-commits] [llvm/llvm-project] ac8524: [NewPM] Port x86-winehstate (#180687)
Anshul Nigham via All-commits
all-commits at lists.llvm.org
Tue Feb 10 18:50:55 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac85248f11c900d2500d6feee58063f12add36dd
https://github.com/llvm/llvm-project/commit/ac85248f11c900d2500d6feee58063f12add36dd
Author: Anshul Nigham <nigham at google.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86CodeGenPassBuilder.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86WinEHState.cpp
M llvm/test/CodeGen/WinEH/wineh-comdat.ll
M llvm/test/CodeGen/WinEH/wineh-scope-statenumbering.ll
M llvm/test/CodeGen/WinEH/wineh-setjmp.ll
M llvm/test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll
M llvm/test/CodeGen/WinEH/wineh-statenumbering.ll
M llvm/test/CodeGen/X86/win32-eh-available-externally.ll
Log Message:
-----------
[NewPM] Port x86-winehstate (#180687)
x86-winehstate has been converted to a module pass for NewPM since it
uses data from the Module by overriding `doInitialization` and
`doFinalization`.
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