[all-commits] [llvm/llvm-project] 2f3adc: [MLIR][SPIRV] Rename `spv._module_end` to `spv.mli...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Thu Nov 19 10:25:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f3adc54b57356cd207ded2ec2d7f4e1273da0ff
https://github.com/llvm/llvm-project/commit/2f3adc54b57356cd207ded2ec2d7f4e1273da0ff
Author: ergawy <kareem.ergawy at gmail.com>
Date: 2020-11-19 (Thu, 19 Nov 2020)
Changed paths:
M mlir/docs/Dialects/SPIR-V.md
M mlir/docs/SPIRVToLLVMDialectConversion.md
M mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
M mlir/test/Conversion/SPIRVToLLVM/module-ops-to-llvm.mlir
M mlir/test/Dialect/SPIRV/structure-ops.mlir
Log Message:
-----------
[MLIR][SPIRV] Rename `spv._module_end` to `spv.mlir.endmodule`
This commit does the renaming mentioned in the title in order to bring
'spv' dialect closer to the MLIR naming conventions.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D91792
More information about the All-commits
mailing list