[Mlir-commits] [mlir] [MLIR][EmitC] arith-to-emitc: Fix lowering of fptoui (PR #118504)

Matthias Gehre llvmlistbot at llvm.org
Wed Dec 4 07:41:11 PST 2024


================
@@ -674,7 +674,7 @@ class FtoICastOpConversion : public OpConversionPattern<CastOp> {
     Type actualResultType = dstType;
----------------
mgehre-amd wrote:

Yes, what @cferry-AMD said is also my understanding.

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


More information about the Mlir-commits mailing list