[all-commits] [llvm/llvm-project] aca71e: [DomTreeUpdater] Move flushing back into the deriv...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Jun 28 06:48:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aca71efefe3d5907a1128566540d386d2aea8aa9
https://github.com/llvm/llvm-project/commit/aca71efefe3d5907a1128566540d386d2aea8aa9
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths:
M llvm/include/llvm/Analysis/DomTreeUpdater.h
M llvm/include/llvm/Analysis/GenericDomTreeUpdater.h
M llvm/include/llvm/CodeGen/MachineDomTreeUpdater.h
Log Message:
-----------
[DomTreeUpdater] Move flushing back into the derived classes
Calling a derived method from a base class destructor leaves you in a
half-destroyed state. Sanitizers complain about that.
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