Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Unit tests: pass. 62315 tests passed, 0 failed and 838 were skipped.
clang-tidy: fail. clang-tidy found 0 errors and 1 warnings. 0 of them are added as review comments below (why?).
clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
Unit tests: pass. 62315 tests passed, 0 failed and 838 were skipped.
clang-tidy: fail. clang-tidy found 0 errors and 1 warnings. 0 of them are added as review comments below (why?).
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
mlir/lib/Dialect/StandardOps/Ops.cpp | ||
---|---|---|
1605 | Few nits:
| |
1611 | nit: Why not just Attribute? | |
mlir/test/Transforms/canonicalize.mlir | ||
897 | Please follow the testing guidelines(e.g. don't capture SSA values directly): |
Unit tests: pass. 62518 tests passed, 0 failed and 844 were skipped.
clang-tidy: pass.
clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.
Build artifacts: clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
Sorry for the delay. I was waiting for you to mark the comments as Done before returning to the review.
mlir/lib/Dialect/StandardOps/Ops.cpp | ||
---|---|---|
1594 | Can you merge this variable into the if condition? (Can you resolve this?) |
Can you merge this variable into the if condition?
(Can you resolve this?)