Daniil Dudkin 6f4a528698
[mlir][memref] Use dedicated ops in AtomicRMWOpConverter (#66437)
This patch refactors the `AtomicRMWOpConverter` class to use
the dedicated operations from Arith dialect instead of using
`cmpf` + `select` pattern.
Also, a test for `minimumf` kind of `atomic_rmw` has been added.
2023-09-15 00:52:35 +03:00
..
2023-09-13 16:09:56 +00:00

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.