Replies: 2 comments 1 reply
-
Thanks for reaching out on this topic! I have not been much involved with LLVM / MLIR so far, but let's use this thread to gather thoughts. So if anyone is interested, please contribute to the discussion. |
Beta Was this translation helpful? Give feedback.
-
This kinda reduces the MxN problem from an M+N problem to an N problem. |
Beta Was this translation helpful? Give feedback.
-
Created from issue 259 (now closed)
The main thing about this feature I think would be to improve better diagnostic tooling and combine the pattern matching abilities of LSP with the IR tooling of LLVM. This is very speculative at this point since LLVM IR's were not designed for this but if it is proven that compiler technology can be merged with developer tooling in this fashion it should prove a most valuable framework. No more extra errors in the build step ( yay ). At least that is the theory.
I posted this on LSP main as well because at least to me this is more of a grammar support thing and might be better suited there. If it gets more attention from the maintainers I will close this thread with a link there
Beta Was this translation helpful? Give feedback.
All reactions