found by PVS-Studio - https://pvs-studio.com/en/blog/posts/cpp/1003/, N10.
memset function expects to take int as the second actual argument,
but receives a pointer. Here, the first and the second argument of
the function are mixed up.
Details
Details
- Reviewers
zero9178 ftynse - Commits
- rG586ce6ac9e45: [MLIR][NFC] Fix a memset in MemRefUtils.h
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo