[Mlir-commits] [mlir] [MLIR] Allow `constFoldBinaryOp` to fold `(T1, T1) -> T2` (PR #151410)
Mehdi Amini
llvmlistbot at llvm.org
Thu Jul 31 11:32:21 PDT 2025
================
@@ -30,11 +36,13 @@ class PoisonAttr;
/// Uses `resultType` for the type of the returned attribute.
/// Optional PoisonAttr template argument allows to specify 'poison' attribute
/// which will be directly propagated to result.
-template <class AttrElementT,
+template <class AttrElementT, //
----------------
joker-eph wrote:
Leftover?
https://github.com/llvm/llvm-project/pull/151410
More information about the Mlir-commits
mailing list