[all-commits] [llvm/llvm-project] 604349: Use llvm::is_contained where appropriate (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Aug 1 21:51:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 60434989e5cd718e0f84c7601f648aecd1e8e1eb
      https://github.com/llvm/llvm-project/commit/60434989e5cd718e0f84c7601f648aecd1e8e1eb
  Author: Kazu Hirata <kazu at google.com>
  Date:   2020-08-01 (Sat, 01 Aug 2020)

  Changed paths:
    M llvm/include/llvm/IR/PassManager.h
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp
    M llvm/lib/Analysis/MemorySSAUpdater.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
    M llvm/tools/dsymutil/dsymutil.cpp
    M llvm/unittests/Support/TargetParserTest.cpp
    M llvm/utils/TableGen/CodeGenSchedule.h

  Log Message:
  -----------
  Use llvm::is_contained where appropriate (NFC)

Use llvm::is_contained where appropriate (NFC)

Reviewed By: kazu

Differential Revision: https://reviews.llvm.org/D85083




More information about the All-commits mailing list