diff options
author | Razvan Lupusoru <razvan.lupusoru@gmail.com> | 2025-04-29 14:46:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 14:46:31 -0700 |
commit | 740f674917a41bbaea88877db9beb4b2d6b52878 (patch) | |
tree | 80c3e98bfc4a39b6523c04c9019122ab057295d4 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e17122fffa8d233fcf9f717354ecda46173f1b8d (diff) | |
download | llvm-740f674917a41bbaea88877db9beb4b2d6b52878.zip llvm-740f674917a41bbaea88877db9beb4b2d6b52878.tar.gz llvm-740f674917a41bbaea88877db9beb4b2d6b52878.tar.bz2 |
[mlir][acc] Fix extraneous space when printing acc.loop (#137839)
The acc.loop printer inserted two spaces after the operation. This
occurred because the custom combined loop attribute printer was not
conditional - and thus the tablegen inserted an automatic space before
invoking the custom printer. Then for each additional attribute it also
inserted a space in beginning.
Since lit tests were not sensitive to this, no tests need updated. But
the issue with the extraneous space is resolved.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions