[all-commits] [llvm/llvm-project] 526b71: [mlir] spirv: Add scf.while spirv conversion
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Tue Nov 16 02:20:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 526b71e44acd4f792e36df62c4654706f3e26efe
https://github.com/llvm/llvm-project/commit/526b71e44acd4f792e36df62c4654706f3e26efe
Author: Butygin <ivan.butygin at intel.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M mlir/lib/Conversion/SCFToSPIRV/SCFToSPIRV.cpp
A mlir/test/Conversion/SCFToSPIRV/while.mlir
Log Message:
-----------
[mlir] spirv: Add scf.while spirv conversion
* It works similar to scf.for coversion, but convert condition and yield ops as part of scf.whille pattern so it don't need to maintain external state
Differential Revision: https://reviews.llvm.org/D113007
More information about the All-commits
mailing list