[all-commits] [llvm/llvm-project] 8f98f7: Revert "[mlir][func]: Introduce ReplaceFuncSignatu...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon Jun 23 22:45:34 PDT 2025
Branch: refs/heads/users/ergawy/cycle_in_target_teams_distribute
Home: https://github.com/llvm/llvm-project
Commit: 8f98f718de273232453dfd4c87b035ac50819c78
https://github.com/llvm/llvm-project/commit/8f98f718de273232453dfd4c87b035ac50819c78
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M mlir/include/mlir/Dialect/Func/TransformOps/FuncTransformOps.h
M mlir/include/mlir/Dialect/Func/TransformOps/FuncTransformOps.td
R mlir/include/mlir/Dialect/Func/Utils/Utils.h
M mlir/lib/Dialect/Func/CMakeLists.txt
M mlir/lib/Dialect/Func/TransformOps/FuncTransformOps.cpp
R mlir/lib/Dialect/Func/Utils/CMakeLists.txt
R mlir/lib/Dialect/Func/Utils/Utils.cpp
R mlir/test/Dialect/Func/func-transform-invalid.mlir
M mlir/test/Dialect/Func/func-transform.mlir
Log Message:
-----------
Revert "[mlir][func]: Introduce ReplaceFuncSignature tranform operation (#143381)"
This reverts commit 3ba7a872bf5f22b7b6afcca960e09748ca4e4683.
Commit: 460e65628fec0390040d00090d27d4158a068660
https://github.com/llvm/llvm-project/commit/460e65628fec0390040d00090d27d4158a068660
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M flang/lib/Semantics/check-directive-structure.h
M flang/test/Semantics/OpenMP/do05-positivecase.f90
Log Message:
-----------
[flang] Allow `cycle` in `target teams distribute [simd]`
flang incorrectly issues a semantic erorr when a `cycle` statement is
used inside a `target teams distribute [simd]` associated loop. This is
not prevented by the spec, therefore this PR allows such construct.
Compare: https://github.com/llvm/llvm-project/compare/8f98f718de27%5E...460e65628fec
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