Depends On D84424
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Shape/IR/Shape.cpp | ||
---|---|---|
17 | clang-tidy: error: 'mlir/include/mlir/Dialect/StandardOps/IR/Ops.h' file not found [clang-diagnostic-error] (just remove mlir/include part) | |
578 | This one I would relax, as I can see this happening in two steps: %x = ... : shape // (1) then we end folding to the point where (1) could be verified to be error free and canonicalized. If we made rank more permissive it would still be valid and we could canonicalize it post rather than flagging as invalid. (also this doesn't lose info and so is valid) |
clang-tidy: error: 'mlir/include/mlir/Dialect/StandardOps/IR/Ops.h' file not found [clang-diagnostic-error]
(just remove mlir/include part)