Find writability conflicts (writes to buffers that are not allowed to be written to) by checking SSA use-def chains. This is better than the current writability analysis, which is too conservative and finds false positives.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo