[PATCH] D80916: [LegacyPM] Double check that passes correctly set their Modified status
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 1 10:12:23 PDT 2020
foad added inline comments.
================
Comment at: llvm/lib/IR/LegacyPassManager.cpp:1655
+
+ assert((LocalChanged || (RefHash != ModuleHash(M))) &&
+ "Pass modifies its input and doesn't report it.");
----------------
`==`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80916/new/
https://reviews.llvm.org/D80916
More information about the llvm-commits
mailing list