Address PR47937
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
50 ms | x64 windows > LLVM.CodeGen/XCore::threads.ll |
Event Timeline
mlir/lib/IR/Verifier.cpp | ||
---|---|---|
314 | 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.