[all-commits] [llvm/llvm-project] d71128: [NFC][Metadata] Change MDNode::operands()'s return...

yurai007 via All-commits all-commits at lists.llvm.org
Thu Jul 14 08:23:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d71128d97df9986e98c3d2b56e5629f5e36e4c45
      https://github.com/llvm/llvm-project/commit/d71128d97df9986e98c3d2b56e5629f5e36e4c45
  Author: Dawid Jurczak <dawid_jurek at vp.pl>
  Date:   2022-07-14 (Thu, 14 Jul 2022)

  Changed paths:
    M llvm/include/llvm/IR/Metadata.h
    M llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
    M llvm/lib/Linker/IRMover.cpp

  Log Message:
  -----------
  [NFC][Metadata] Change MDNode::operands()'s return type from op_range to ArrayRef<MDOperand>

This patch is https://reviews.llvm.org/D129468 follow-up and address one of comment
coming from that review: https://reviews.llvm.org/D129468#3643295

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




More information about the All-commits mailing list