[Mlir-commits] [mlir] [mlir][linalg] Add mixed precision folding pattern in vectorize_children_and_apply_patterns TD Op (PR #148684)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Aug 5 11:04:05 PDT 2025
================
----------------
banach-space wrote:
Any objections to "clustering" tests for `linalg.generic` with other tests for `linalg.generic` etc?
Basically, at least to me, a test for mixed precision should be a variation of an existing test where only element types are mixed. The addition of `fold_mixed_precision_into_contract` should result in `arith.extsi` (and similar) disappear from the "expected" output.
Tl;Dr Let's group tests by the Op that's being tested rather than "attribute" that's being included.
https://github.com/llvm/llvm-project/pull/148684
More information about the Mlir-commits
mailing list