[Mlir-commits] [mlir] [mlir][llvm] Port `overflowFlags` to a native operation property (PR #89312)
    Tobias Gysi 
    llvmlistbot at llvm.org
       
    Thu Apr 18 22:53:19 PDT 2024
    
    
  
================
@@ -60,16 +60,16 @@ class LLVM_IntArithmeticOpWithOverflowFlag<string mnemonic, string instName,
     LLVM_ArithmeticOpBase<AnySignlessInteger, mnemonic, instName,
     !listconcat([DeclareOpInterfaceMethods<IntegerOverflowFlagsInterface>], traits)> {
   dag iofArg = (
-    ins DefaultValuedAttr<LLVM_IntegerOverflowFlagsAttr, "{}">:$overflowFlags);
----------------
gysit wrote:
Is LLVM_IntegerOverflowFlagsAttr still used after this PR or could it be removed as well?
Thanks for the change!
https://github.com/llvm/llvm-project/pull/89312
    
    
More information about the Mlir-commits
mailing list