[Mlir-commits] [llvm] [mlir] eliminating g++ warnings (PR #105520)

David Blaikie llvmlistbot at llvm.org
Wed Aug 21 10:27:58 PDT 2024


================
@@ -175,6 +175,7 @@ ArrayRef<BlockArgument> ParallelComputeFunctionArgs::lowerBounds() {
   return args.drop_front(2 + 1 * numLoops).take_front(numLoops);
 }
 
+[[maybe_unused]]
----------------
dwblaikie wrote:

Looks like this code is dead and should be removed?

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


More information about the Mlir-commits mailing list