Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp | ||
---|---|---|
3081 | Would this be in scope for the verifier instead? |
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp | ||
---|---|---|
3071–3093 | Nit: could we have a comment that having array as transformed type means we had an nD vector? Or even check that the original type is not an nD vector to be more consistent with the check below. | |
3081 | Standard ops could also work on tensors - https://github.com/llvm/llvm-project/blob/f251379a91d3731be079b701fda0d3551bb22b4e/mlir/include/mlir/IR/OpBase.td#L765. |
Would this be in scope for the verifier instead?