[all-commits] [llvm/llvm-project] b97aaa: Remove `let construct =` from ArithExpandOpsPass d...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Oct 2 15:54:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b97aaa72d9dd21e95eac43c88e35142f96a443a2
https://github.com/llvm/llvm-project/commit/b97aaa72d9dd21e95eac43c88e35142f96a443a2
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
M mlir/include/mlir/Dialect/Arith/Transforms/Passes.td
M mlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp
Log Message:
-----------
Remove `let construct =` from ArithExpandOpsPass definition (NFC)
Note that the `Pass` suffix is added in tablegen, and as a side effect the
options are renamed from `ArithExpandOpsOptions` to `ArithExpandOpsPassOptions`.
More information about the All-commits
mailing list