[Mlir-commits] [mlir] [mlir][emitc] Add EmitC lowering for arith.trunci, arith.extsi, arith.extui (PR #91491)

Tina Jung llvmlistbot at llvm.org
Fri May 10 02:54:22 PDT 2024


================
@@ -112,6 +112,78 @@ class CmpIOpConversion : public OpConversionPattern<arith::CmpIOp> {
   }
 };
 
+template <typename ArithOp, bool needsUnsigned>
----------------
TinaAMD wrote:

What does `needsUnsigned` stand for? Does it mean the input should be interpreted as unsigned?

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


More information about the Mlir-commits mailing list