[all-commits] [llvm/llvm-project] e78d34: [mlir][scf] More WhileOp canonicalizations
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Wed Apr 12 07:41:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e78d341f936e52df92279cc5bff1bff0625b7d23
https://github.com/llvm/llvm-project/commit/e78d341f936e52df92279cc5bff1bff0625b7d23
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/test/Dialect/SCF/canonicalize.mlir
M mlir/test/Dialect/SCF/one-shot-bufferize.mlir
Log Message:
-----------
[mlir][scf] More WhileOp canonicalizations
Remove duplicated ConditonOp args, remove unused init/yield args.
Differential Revision: https://reviews.llvm.org/D146252
More information about the All-commits
mailing list