mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
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>& .
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.