aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
diff options
context:
space:
mode:
authorChris Lattner <clattner@nondot.org>2021-06-14 10:31:00 -0700
committerChris Lattner <clattner@nondot.org>2021-06-14 11:43:52 -0700
commita490ca8e014acac9c2df7bd7f0aff6c7422d850a (patch)
tree2395950eca8caa038117e92b6d592c8cb9f83c7c /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
parentcc8d32ae7d94c96b9280df40eb3507eae79c7101 (diff)
downloadllvm-a490ca8e014acac9c2df7bd7f0aff6c7422d850a.zip
llvm-a490ca8e014acac9c2df7bd7f0aff6c7422d850a.tar.gz
llvm-a490ca8e014acac9c2df7bd7f0aff6c7422d850a.tar.bz2
[PassManager] Save compile time by not running the verifier unnecessarily. NFC
This changes the pass manager to not rerun the verifier when a pass says it didn't change anything or after an OpToOpPassAdaptor, since neither of those cases need verification (and if the pass lied, then there will be much larger semantic problems than will be caught by the verifier). This maintains behavior in EXPENSIVE_CHECKS mode. Differential Revision: https://reviews.llvm.org/D104243
Diffstat (limited to 'llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions