summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-diff
Commit message (Collapse)AuthorAgeFilesLines
* llvm-diff: Fix crash on anonymous functionsMatt Arsenault2018-09-241-0/+8
| | | | | | | Not sure what the correct behavior is for this. Skip them and report how many there were. llvm-svn: 342857
* Let llvm-diff correctly deal with ↵Brian Gesiak2018-04-124-0/+49
Undef/ConstantAggregateZero/ConstantVector/IndirectBr Summary: llvm-diff incorrectly reports that there's a diff when input IR contains undef/zeroinitializer/constantvector/indirectbr. (This happens even if two identical files are given, e.g. `llvm-diff x.ll x.ll`) This is fix to the bug report https://bugs.llvm.org/show_bug.cgi?id=33623 . Reviewers: dexonsmith, rjmccall Reviewed By: rjmccall Subscribers: chenwj, mgrang, llvm-commits Differential Revision: https://reviews.llvm.org/D34856 llvm-svn: 329957
OpenPOWER on IntegriCloud