[all-commits] [llvm/llvm-project] 8f0d8d: Delete duplicated hlfir.declare op of induction va...
Zhen Wang via All-commits
all-commits at lists.llvm.org
Sun Apr 6 19:31:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f0d8d28ccd8a1ced82a744679c5152f90e80c77
https://github.com/llvm/llvm-project/commit/8f0d8d28ccd8a1ced82a744679c5152f90e80c77
Author: Zhen Wang <37195552+wangzpgi at users.noreply.github.com>
Date: 2025-04-06 (Sun, 06 Apr 2025)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/test/Lower/CUDA/cuda-doconc.cuf
Log Message:
-----------
Delete duplicated hlfir.declare op of induction variables of do concurrent when inside cuf kernel directive. (#134467)
Delete duplicated creation of hlfir.declare op of do concurrent
induction variables when inside cuf kernel directive.
Obtain the correct hlfir.declare op generated from bindSymbol, and add
it to ivValues.
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