[PATCH] D19083: [clang-analyzer] fix warnings emitted on llvm code base

Apelete Seketeli via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 12:42:29 PDT 2016


apelete updated this revision to Diff 55296.
apelete added a comment.

[clang-analyzer] fix warnings emitted on llvm code base

Changes since last revision:

- lib/Transforms/Vectorize/SLPVectorizer.cpp: rework the fix for the warning in BoUpSLP::optimizeGatherSequence() and fix another one in BoUpSLP::BlockScheduling::tryScheduleBundle(),

- lib/Analysis/LoopInfo.cpp: rework the fix in UnloopUpdater::getNearestLoop().


http://reviews.llvm.org/D19083

Files:
  lib/Analysis/LoopInfo.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/MC/MCParser/AsmParser.cpp
  lib/Target/Hexagon/HexagonInstrInfo.cpp
  lib/Target/NVPTX/NVPTXInstrInfo.cpp
  lib/Target/TargetRecip.cpp
  lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  lib/Transforms/Scalar/ConstantHoisting.cpp
  lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  tools/dsymutil/DwarfLinker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19083.55296.patch
Type: text/x-patch
Size: 8219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160427/cb34ef9b/attachment.bin>


More information about the llvm-commits mailing list