[all-commits] [llvm/llvm-project] 89eed7: [MLIR][SPIRVToLLVM] Added module name conversion
George Mitenkov via All-commits
all-commits at lists.llvm.org
Sat Nov 7 01:50:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 89eed79c1fa801f4254c3b20aee6185b274180f4
https://github.com/llvm/llvm-project/commit/89eed79c1fa801f4254c3b20aee6185b274180f4
Author: George Mitenkov <georgemitenk0v at gmail.com>
Date: 2020-11-07 (Sat, 07 Nov 2020)
Changed paths:
M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
M mlir/test/Conversion/SPIRVToLLVM/module-ops-to-llvm.mlir
Log Message:
-----------
[MLIR][SPIRVToLLVM] Added module name conversion
Since SPIR-V module has an optional name, this patch
makes a change to pass it to `ModuleOp` during conversion.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D90904
More information about the All-commits
mailing list