[all-commits] [llvm/llvm-project] 519f59: [mlir] Add fma operation to std dialect
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Wed Feb 17 10:06:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 519f5917b458e51d4d12e034490d1a6f42d72f77
https://github.com/llvm/llvm-project/commit/519f5917b458e51d4d12e034490d1a6f42d72f77
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Conversion/StandardToLLVM/standard-to-llvm.mlir
Log Message:
-----------
[mlir] Add fma operation to std dialect
Will remove `vector.fma` operation in the followup CLs.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D96801
More information about the All-commits
mailing list