[PATCH] D119091: Cleanup LLVMBitcode headers

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 6 13:23:53 PST 2022


RKSimon added inline comments.


================
Comment at: llvm/lib/Bitcode/Reader/MetadataLoader.h:70
   Error parseMetadataAttachment(
       Function &F, const SmallVectorImpl<Instruction *> &InstructionList);
 
----------------
Could the SmallVectorImpl be replaced with ArrayRef ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119091/new/

https://reviews.llvm.org/D119091



More information about the llvm-commits mailing list