[Mlir-commits] [mlir] [mlir][tosa] Add FP8 support (PR #127730)

Georgios Pinitas llvmlistbot at llvm.org
Wed Feb 19 03:48:26 PST 2025


================
@@ -65,12 +65,12 @@ void ConcatOp::getCanonicalizationPatterns(RewritePatternSet &results,
 }
 
 LogicalResult SelectOp::canonicalize(SelectOp op, PatternRewriter &rewriter) {
-  auto notOp = op.getPred().getDefiningOp<tosa::LogicalNotOp>();
+  auto notOp = op.getInput1().getDefiningOp<tosa::LogicalNotOp>();
----------------
GeorgeARM wrote:

Feel this change is unrelated to this patch. Can we pull into a separate one?

https://github.com/llvm/llvm-project/pull/127730


More information about the Mlir-commits mailing list