[Mlir-commits] [mlir] [mlir] Attempt to resolve edge cases in PassPipeline textual format (PR #118877)
River Riddle
llvmlistbot at llvm.org
Mon Dec 16 00:15:40 PST 2024
================
@@ -85,7 +85,9 @@ struct TestOptionsPass
enumOption = options.enumOption;
}
- void runOnOperation() final {}
+ void runOnOperation() final {
+ llvm::errs() << "string-list has size " << stringListOption.size() << "\n";
----------------
River707 wrote:
Leftover debugging?
https://github.com/llvm/llvm-project/pull/118877
More information about the Mlir-commits
mailing list