[all-commits] [llvm/llvm-project] 73c580: [mlir] Add std op for X raised to the power of Y
Tres via All-commits
all-commits at lists.llvm.org
Tue Dec 15 08:06:53 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73c580405ffae0243c113a1db6b77c0b595adf05
https://github.com/llvm/llvm-project/commit/73c580405ffae0243c113a1db6b77c0b595adf05
Author: Tres Popp <tpopp at google.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/test/IR/core-ops.mlir
Log Message:
-----------
[mlir] Add std op for X raised to the power of Y
Proposal:
https://llvm.discourse.group/t/rfc-standard-add-powop-to-std-dialect/2377
Differential Revision: https://reviews.llvm.org/D93119
More information about the All-commits
mailing list