[all-commits] [llvm/llvm-project] fbce98: [mlir][NFC] Move conversion of scf to spir-v ops i...
Thomas via All-commits
all-commits at lists.llvm.org
Wed Jul 1 17:07:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fbce9855e9d5483f724d231dd4ecc2b79807d217
https://github.com/llvm/llvm-project/commit/fbce9855e9d5483f724d231dd4ecc2b79807d217
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
A mlir/include/mlir/Conversion/SCFToSPIRV/SCFToSPIRV.h
M mlir/lib/Conversion/CMakeLists.txt
M mlir/lib/Conversion/GPUToSPIRV/CMakeLists.txt
M mlir/lib/Conversion/GPUToSPIRV/ConvertGPUToSPIRV.cpp
M mlir/lib/Conversion/GPUToSPIRV/ConvertGPUToSPIRVPass.cpp
A mlir/lib/Conversion/SCFToSPIRV/CMakeLists.txt
A mlir/lib/Conversion/SCFToSPIRV/SCFToSPIRV.cpp
Log Message:
-----------
[mlir][NFC] Move conversion of scf to spir-v ops in their own file
Move patterns for scf to spir-v ops in their own file/folder.
Differential Revision: https://reviews.llvm.org/D82914
More information about the All-commits
mailing list