[all-commits] [llvm/llvm-project] f00a4b: [InstCombine][X86] simplifyX86immShift - remove Co...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Mar 21 04:31:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f00a4b531a5996fc79d815d62d8b34cff8e5c935
      https://github.com/llvm/llvm-project/commit/f00a4b531a5996fc79d815d62d8b34cff8e5c935
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-03-21 (Sat, 21 Mar 2020)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

  Log Message:
  -----------
  [InstCombine][X86] simplifyX86immShift - remove ConstantAggregateZero handling. NFC.

The llvm::computeKnownBits path now handles this.


  Commit: d5d8569df14e95e2c53d167bd1b37995bcbec565
      https://github.com/llvm/llvm-project/commit/d5d8569df14e95e2c53d167bd1b37995bcbec565
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-03-21 (Sat, 21 Mar 2020)

  Changed paths:
    M llvm/include/llvm/ADT/FoldingSet.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
    M llvm/include/llvm/MC/MCSection.h
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/YAMLParser.h
    M llvm/include/llvm/Transforms/Utils/ValueMapper.h
    M llvm/lib/MC/MCSection.cpp

  Log Message:
  -----------
  Fix static analysis warnings about classes with virtual methods not having virtual destructors


Compare: https://github.com/llvm/llvm-project/compare/770df9045124...d5d8569df14e


More information about the All-commits mailing list