[all-commits] [llvm/llvm-project] c9f1c5: [mlir][spirv] Fix extended insts deserialization g...
Konrad Dobros via All-commits
all-commits at lists.llvm.org
Tue Oct 6 10:36:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9f1c50fc092fa99ba3f527a7401205a59a73c45
https://github.com/llvm/llvm-project/commit/c9f1c50fc092fa99ba3f527a7401205a59a73c45
Author: Konrad Dobros <konrad.dobros at intel.com>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
Log Message:
-----------
[mlir][spirv] Fix extended insts deserialization generation
This change replaces container used for storing temporary
strings for generated code to std::list.
SmallVector may reallocate internal data, which will invalidate
references when more than one extended instruction set is
generated.
Reviewed By: mravishankar, antiagainst
Differential Revision: https://reviews.llvm.org/D88626
More information about the All-commits
mailing list