[llvm] [Codegen][NewPM] Explicitly Nest Passes in CodegenPassBuilder (PR #169867)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 8 10:12:17 PST 2025
================
@@ -108,6 +108,7 @@
#include "llvm/IRPrinter/IRPrintingPasses.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCTargetOptions.h"
+#include "llvm/Pass.h"
----------------
aeubanks wrote:
why do we need this?
https://github.com/llvm/llvm-project/pull/169867
More information about the llvm-commits
mailing list