[PATCH] D81558: [NewPM] Introduce PreserveCFG check
Yevgeny Rouban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 23:00:09 PDT 2020
yrouban updated this revision to Diff 281477.
yrouban edited the summary of this revision.
yrouban added a comment.
Removed the class //Instrument// and moved the class declaration of //PreservedCFGCheckerInstrumentation// from cpp to h file.
Relaxed CFG check for successors order (to allow branch successors swap).
Made CFG diff printing safe for possible block removal.
Fixed push-pop CFG to/from stack and a parallel stack with pass names for assertions.
Rebased.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81558/new/
https://reviews.llvm.org/D81558
Files:
llvm/include/llvm/Passes/StandardInstrumentations.h
llvm/lib/Passes/StandardInstrumentations.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81558.281477.patch
Type: text/x-patch
Size: 6175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/3f8db878/attachment.bin>
More information about the llvm-commits
mailing list