[PATCH] D34856: Let llvm-diff correctly deal with Undef/ConstantAggregateZero/ConstantVector/IndirectBr

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 18:19:28 PDT 2017


mgrang added a comment.

I tried committing this patch but ran into merge conflicts. Can you please check?

Current branch master is up to date.
Created and checked out branch arcpatch-D34856.
Checking patch tools/llvm-diff/DifferenceEngine.cpp...
Checking patch test/tools/llvm-diff/zeroinitializer.bc.ll...
error: test/tools/llvm-diff/zeroinitializer.bc.ll: does not exist in index
Checking patch test/tools/llvm-diff/undef.ll...
error: test/tools/llvm-diff/undef.ll: does not exist in index
Checking patch test/tools/llvm-diff/indirectbr.ll...
error: test/tools/llvm-diff/indirectbr.ll: does not exist in index
Checking patch test/tools/llvm-diff/constantvector.ll...
error: test/tools/llvm-diff/constantvector.ll: does not exist in index
Applied patch tools/llvm-diff/DifferenceEngine.cpp cleanly.

Patch Failed!
Usage Exception: Unable to apply patch!
M       tools/llvm-diff/DifferenceEngine.cpp
Switched to branch 'master'
Already up-to-date.


https://reviews.llvm.org/D34856





More information about the llvm-commits mailing list