[Mlir-commits] [mlir] [MLIR][EmitC] arith-to-emitc: Fix lowering of fptoui (PR #118504)
Marius Brehler
llvmlistbot at llvm.org
Wed Dec 4 02:28:40 PST 2024
================
@@ -674,7 +674,7 @@ class FtoICastOpConversion : public OpConversionPattern<CastOp> {
Type actualResultType = dstType;
----------------
marbre wrote:
I might be wrong and only real quick at this but do we need the if clause at all if `actualResultType` is set to `dstType` here already?
https://github.com/llvm/llvm-project/pull/118504
More information about the Mlir-commits
mailing list