hanchenye-llvm-project/llvm/tools/llvm-diff
Dominic Chen 3198406367 llvm-diff: Avoid crash with complex expressions
Summary: With complex IR, the difference engine can enter an inconsistent state where the instruction and block difference engines return different results. Prevent a crash by refusing to pop beyond the end of the vector.

Reviewers: rjmccall

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D80351
2020-05-21 17:43:47 -04:00
..
CMakeLists.txt
DiffConsumer.cpp [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
DiffConsumer.h
DiffLog.cpp
DiffLog.h
DifferenceEngine.cpp llvm-diff: Avoid crash with complex expressions 2020-05-21 17:43:47 -04:00
DifferenceEngine.h
LLVMBuild.txt
llvm-diff.cpp