[all-commits] [llvm/llvm-project] 8cdb4f: [mlir][Index] Add index.mins and index.minu
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Tue Jan 10 13:42:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cdb4f9f66439729ff7a6781fd7d765f9e2b44c4
https://github.com/llvm/llvm-project/commit/8cdb4f9f66439729ff7a6781fd7d765f9e2b44c4
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Index/IR/IndexOps.td
M mlir/lib/Conversion/IndexToLLVM/IndexToLLVM.cpp
M mlir/lib/Dialect/Index/IR/IndexOps.cpp
M mlir/test/Conversion/IndexToLLVM/index-to-llvm.mlir
M mlir/test/Dialect/Index/index-canonicalize.mlir
M mlir/test/Dialect/Index/index-ops.mlir
Log Message:
-----------
[mlir][Index] Add index.mins and index.minu
Signed and unsigned minimum operations were missing from the Index
dialect and are needed to test integer range inference.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D141299
More information about the All-commits
mailing list