[all-commits] [llvm/llvm-project] 9744d3: [mlir][index] Implement folders for CastSOp and Ca...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Thu Sep 21 11:54:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9744d396f8823eaeb15c856f2fa45d8dd4f1d60b
https://github.com/llvm/llvm-project/commit/9744d396f8823eaeb15c856f2fa45d8dd4f1d60b
Author: Jeff Niu <jeff at modular.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/Index/IR/IndexOps.td
M mlir/lib/Dialect/Index/IR/IndexOps.cpp
M mlir/test/Dialect/Index/index-canonicalize.mlir
M mlir/unittests/Dialect/CMakeLists.txt
A mlir/unittests/Dialect/Index/CMakeLists.txt
A mlir/unittests/Dialect/Index/IndexOpsFoldersTest.cpp
Log Message:
-----------
[mlir][index] Implement folders for CastSOp and CastUOp (#66960)
Fixes https://github.com/llvm/llvm-project/issues/66402
More information about the All-commits
mailing list