[all-commits] [llvm/llvm-project] 521c0b: [MLIR][SPIRVToLLVM] Updated documentation for SPIR...
George Mitenkov via All-commits
all-commits at lists.llvm.org
Tue Aug 4 23:40:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 521c0b2659074c512d292dc30da78c862782d34c
https://github.com/llvm/llvm-project/commit/521c0b2659074c512d292dc30da78c862782d34c
Author: George Mitenkov <georgemitenk0v at gmail.com>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M mlir/docs/SPIRVToLLVMDialectConversion.md
Log Message:
-----------
[MLIR][SPIRVToLLVM] Updated documentation for SPIR-V to LLVM conversion
Updated the documentation for SPIR-V to LLVM conversion, particularly:
- Added a section on control flow
- Added a section on memory ops
- Added a section on GLSL ops
Also, moved `spv.FunctionCall` to control flow section. Added a new section
that will be used to describe the modelling of runtime-related ops.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D84734
More information about the All-commits
mailing list