[all-commits] [llvm/llvm-project] 01e80a: [mlir] Add `maxnumf` and `minnumf` to `AtomicRMWKi...
Daniil Dudkin via All-commits
all-commits at lists.llvm.org
Fri Sep 15 12:42:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01e80a0f4102f4e885068f57fad9354fecd2a732
https://github.com/llvm/llvm-project/commit/01e80a0f4102f4e885068f57fad9354fecd2a732
Author: Daniil Dudkin <39276703+unterumarmung at users.noreply.github.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/Arith/IR/ArithBase.td
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/MemRef/Transforms/ExpandOps.cpp
M mlir/test/Dialect/MemRef/expand-ops.mlir
Log Message:
-----------
[mlir] Add `maxnumf` and `minnumf` to `AtomicRMWKind` (#66442)
This commit adds the mentioned kinds of `AtomicRMWKind`
as well as code generation for them.
More information about the All-commits
mailing list