diff options
author | Niklas Degener <niklas.degener@amd.com> | 2025-07-08 09:18:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-08 09:18:00 +0200 |
commit | dcc692a42f6aefc2377f1470b775a35c93c8c32c (patch) | |
tree | 0ef02ff6f463aeeeeb3b357e87eeab9d455fd850 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 99df642168437d143776e499b82e985260d31b9b (diff) | |
download | llvm-dcc692a42f6aefc2377f1470b775a35c93c8c32c.zip llvm-dcc692a42f6aefc2377f1470b775a35c93c8c32c.tar.gz llvm-dcc692a42f6aefc2377f1470b775a35c93c8c32c.tar.bz2 |
[MLIR][Target/Cpp] Natural induction variable naming. (#136102)
Changed naming of loop induction variables to follow natural naming (i,
j, k, ...). This helps readability and locating positions referred to.
Created new scopes to represent different behavior at function and loop
level, to still enable re-using value names between different functions
(as before). Removed unused scoping at other levels.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions