[all-commits] [llvm/llvm-project] 740f67: [mlir][acc] Fix extraneous space when printing acc...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Tue Apr 29 14:46:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 740f674917a41bbaea88877db9beb4b2d6b52878
https://github.com/llvm/llvm-project/commit/740f674917a41bbaea88877db9beb4b2d6b52878
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2025-04-29 (Tue, 29 Apr 2025)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list