[Mlir-commits] [mlir] [mlir][emitc] Lower arith.andi, arith.ori, arith.xori to EmitC (PR #93666)

Simon Camphausen llvmlistbot at llvm.org
Wed May 29 05:44:32 PDT 2024


================
@@ -40,6 +40,29 @@ class ArithConstantOpConversionPattern
   }
 };
 
+/// Check if the signedness of type \p ty matches the expected
+/// signedness, and issue a type with the correct signedness if
+/// necessary.
----------------
simon-camp wrote:

Reformat

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


More information about the Mlir-commits mailing list