[all-commits] [llvm/llvm-project] 05fa92: Fix SmallVector usage in SerailzeToHsaco (#71702)

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Wed Nov 8 11:58:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 05fa923a9bbb657fc47f3c238c8f6b48f0a892a9
      https://github.com/llvm/llvm-project/commit/05fa923a9bbb657fc47f3c238c8f6b48f0a892a9
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M mlir/lib/Dialect/GPU/Transforms/SerializeToHsaco.cpp

  Log Message:
  -----------
  Fix SmallVector usage in SerailzeToHsaco (#71702)

Enable merging #71439 by removing a definitely-wrong usage of
std::unique_ptr<SmallVectorImpl<char>> as a return value with passing in
a SmallVectorImpl<char>&

Also change the following function to take ArrayRef<char> instead of
const SmalVectorImpl<char>& .




More information about the All-commits mailing list