[all-commits] [llvm/llvm-project] 3bde14: Revert "[mlir][arith] Add expansion pattern for ex...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Apr 4 06:59:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bde144de32dc09a0b227f7afcff94f908ac6739
https://github.com/llvm/llvm-project/commit/3bde144de32dc09a0b227f7afcff94f908ac6739
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
M mlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp
M mlir/test/Dialect/Arith/expand-ops.mlir
Log Message:
-----------
Revert "[mlir][arith] Add expansion pattern for ext/trunc of bf16"
This reverts commit 5bff523793ee8c30c260cc77b23c61dcbb606486. The
bf16->f32 conversion is incorrect. This can't be on by default, if you
want this behavior make it a separate pass.
More information about the All-commits
mailing list