[all-commits] [llvm/llvm-project] 97fe5f: [mlir][linalg] Remove redundant implicit terminato...
Longsheng Mou via All-commits
all-commits at lists.llvm.org
Thu Nov 6 18:18:46 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97fe5f795a7ba6bb682a69a81906060b96bb405f
https://github.com/llvm/llvm-project/commit/97fe5f795a7ba6bb682a69a81906060b96bb405f
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
Log Message:
-----------
[mlir][linalg] Remove redundant implicit terminator trait(NFC) (#166298)
This PR removes duplicated `SingleBlockImplicitTerminator<"YieldOp">`
since `LinalgStructuredBase_Op` already defines it. and clean up
formatting for other OpDefs.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list