================ @@ -514,6 +519,7 @@ OpFoldResult DivOp::fold(FoldAdaptor adaptor) { if (lhsTy != rhsTy) return {}; + // IntDivOp inputs must be integer type, no need to check for qunatized type ---------------- Tai78641 wrote: fixed https://github.com/llvm/llvm-project/pull/71757