diff options
author | Michael Kruse <llvm-project@meinersbur.de> | 2025-10-02 15:15:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-02 15:15:59 +0200 |
commit | 1c1d525bf2535d3ce8ba28179a1b577215fe5e1c (patch) | |
tree | a5521cadbfeedcc74a7de252d2780e11a6067961 /llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp | |
parent | 119cdf7e1b70493148daa9f51d88d6595a680dc0 (diff) | |
download | llvm-1c1d525bf2535d3ce8ba28179a1b577215fe5e1c.zip llvm-1c1d525bf2535d3ce8ba28179a1b577215fe5e1c.tar.gz llvm-1c1d525bf2535d3ce8ba28179a1b577215fe5e1c.tar.bz2 |
[mlir][omp] Improve canonloop/iv naming (#159773)
Improve the automatic naming of variables defined by the
`omp.canonical_loop` operation:
1. The iteration variable gets a name consistent with the cli variable
2. Instead of appending `_s0` for each nesting level, shorten it to
`_d<num>` for a perfectly nested loop at depth `<num>`
3. Do not add any suffix to the top-level loop if it is the only
top-level loop
Diffstat (limited to 'llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp')
0 files changed, 0 insertions, 0 deletions