[llvm] undo breaking changes from "Reduce AsmPrinterHandlers virt. fn calls" without reverting the performance gains (PR #122297)

Jameson Nash via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 08:25:14 PST 2025


================
@@ -14,7 +14,7 @@
 #ifndef LLVM_LIB_CODEGEN_ASMPRINTER_WINCFGUARD_H
 #define LLVM_LIB_CODEGEN_ASMPRINTER_WINCFGUARD_H
 
-#include "llvm/CodeGen/AsmPrinterHandler.h"
----------------
vtjnash wrote:

yes, thanks for noticing, since this was from an earlier version of the change (when I considered making WinCFGuard an EHHandler)

https://github.com/llvm/llvm-project/pull/122297


More information about the llvm-commits mailing list