[Mlir-commits] [llvm] [mlir] eliminating g++ warnings (PR #105520)
    Frank Schlimbach 
    llvmlistbot at llvm.org
       
    Thu Aug 22 00:50:22 PDT 2024
    
    
  
================
@@ -175,6 +175,7 @@ ArrayRef<BlockArgument> ParallelComputeFunctionArgs::lowerBounds() {
   return args.drop_front(2 + 1 * numLoops).take_front(numLoops);
 }
 
+[[maybe_unused]]
----------------
fschlimb wrote:
Fine with me, let me know if this should be removed.
https://github.com/llvm/llvm-project/pull/105520
    
    
More information about the Mlir-commits
mailing list