Address PR47937
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/IR/Verifier.cpp | ||
---|---|---|
312 | Can you create a helper function for this? |
mlir/lib/IR/Verifier.cpp | ||
---|---|---|
250 | This function should be marked static. Only classes should go in anonymous namespaces. |
nit: Use /// here for the comment.