[all-commits] [llvm/llvm-project] 6dadf7: [llvm][examples][SimplifyCFG] Fix pass's IR change...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Mon Jul 27 12:40:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6dadf7cb654ce131c1d05b3add8e30344b6d22be
https://github.com/llvm/llvm-project/commit/6dadf7cb654ce131c1d05b3add8e30344b6d22be
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M llvm/examples/IRTransforms/SimplifyCFG.cpp
Log Message:
-----------
[llvm][examples][SimplifyCFG] Fix pass's IR changed reporting
... under the EXPENSIVE_CHECKS build, this fails the assert in the LegacyPM
that verifies whether a pass really did leave the IR alone when it reports no
changes back from its return status.
More information about the All-commits
mailing list