[Mlir-commits] [mlir] [Tosa] Disable tosa folder for non-int/float/index types (PR #71757)

Georgios Pinitas llvmlistbot at llvm.org
Wed Nov 22 05:18:04 PST 2023


================
@@ -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
----------------
GeorgeARM wrote:

s/qunatized/quantized

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


More information about the Mlir-commits mailing list