[PATCH] D82344: [NewPM] Make adaptor passes for pass managers unskippable
Yuanfang Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 23 08:31:30 PDT 2020
ychen planned changes to this revision.
ychen marked an inline comment as done.
ychen added inline comments.
================
Comment at: llvm/include/llvm/IR/PassManagerInternal.h:119
+ return !(
+#ifdef LLVM_IR_PASSMANAGER_H
+ std::is_base_of<
----------------
Using ifdef may not work, I will fix this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82344/new/
https://reviews.llvm.org/D82344
More information about the llvm-commits
mailing list