[all-commits] [llvm/llvm-project] 19991d: [flang][openacc] Do not use special character in t...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Oct 3 14:30:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19991d078f7f6b3cffab80bedd8e6eeafa1d0f75
https://github.com/llvm/llvm-project/commit/19991d078f7f6b3cffab80bedd8e6eeafa1d0f75
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M flang/lib/Optimizer/Dialect/FIRType.cpp
M flang/test/Lower/OpenACC/acc-private.f90
M flang/test/Lower/OpenACC/acc-reduction.f90
M flang/unittests/Optimizer/FIRTypesTest.cpp
Log Message:
-----------
[flang][openacc] Do not use special character in type string representation (#68158)
The representation produced by `getTypeAsString` is used by reduction,
privatization and firstprivatization recipes. The name of the recipe is
used as a symbol attribute. If the name has special symbol the symbol
becomes quoted. This patch remove the special character from the
representation so the representation is homogenous.
More information about the All-commits
mailing list