[Mlir-commits] [mlir] [mlir][LLVM] Add nsw and nuw flags (PR #74508)

Christian Ulmann llvmlistbot at llvm.org
Tue Dec 5 12:40:52 PST 2023


================
@@ -62,14 +62,23 @@ static auto processFMFAttr(ArrayRef<NamedAttribute> attrs) {
   return filteredAttrs;
 }
 
+static auto processIntArithAttr(ArrayRef<NamedAttribute> attrs) {
----------------
Dinistro wrote:

Nit: Can you add a brief comment for this function?

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


More information about the Mlir-commits mailing list