[all-commits] [llvm/llvm-project] 3a56a9: [mlir][spirv] Define spv.GLSL.Fma and add lowerings
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue Jan 19 06:18:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a56a96664de955888d63c49a33808e3a1a294d9
https://github.com/llvm/llvm-project/commit/3a56a96664de955888d63c49a33808e3a1a294d9
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVGLSLOps.td
M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
M mlir/test/Conversion/VectorToSPIRV/simple.mlir
M mlir/test/Dialect/SPIRV/IR/glsl-ops.mlir
M mlir/test/Target/SPIRV/glsl-ops.mlir
Log Message:
-----------
[mlir][spirv] Define spv.GLSL.Fma and add lowerings
Also changes some rewriter.create + rewriter.replaceOp calls
into rewriter.replaceOpWithNewOp calls.
Reviewed By: hanchung
Differential Revision: https://reviews.llvm.org/D94965
More information about the All-commits
mailing list