[all-commits] [llvm/llvm-project] 3ab40e: [flang] Lower omp.workshare to other omp constructs
Ivan R. Ivanov via All-commits
all-commits at lists.llvm.org
Fri Aug 2 01:18:13 PDT 2024
Branch: refs/heads/users/ivanradanov/flang-workshare
Home: https://github.com/llvm/llvm-project
Commit: 3ab40e1600aecd5e39f9379941dabf67667a32e9
https://github.com/llvm/llvm-project/commit/3ab40e1600aecd5e39f9379941dabf67667a32e9
Author: Ivan Radanov Ivanov <ivanov.i.aa at m.titech.ac.jp>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M flang/include/flang/Optimizer/CMakeLists.txt
A flang/include/flang/Optimizer/OpenMP/CMakeLists.txt
A flang/include/flang/Optimizer/OpenMP/Passes.h
A flang/include/flang/Optimizer/OpenMP/Passes.td
M flang/include/flang/Tools/CLOptions.inc
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Optimizer/CMakeLists.txt
M flang/lib/Optimizer/HLFIR/Transforms/BufferizeHLFIR.cpp
A flang/lib/Optimizer/OpenMP/CMakeLists.txt
A flang/lib/Optimizer/OpenMP/LowerWorkshare.cpp
A flang/test/HLFIR/bufferize-workshare.fir
A flang/test/Transforms/OpenMP/lower-workshare.mlir
M flang/tools/bbc/CMakeLists.txt
M flang/tools/fir-opt/CMakeLists.txt
M flang/tools/fir-opt/fir-opt.cpp
M flang/tools/tco/CMakeLists.txt
Log Message:
-----------
[flang] Lower omp.workshare to other omp constructs
Commit: db4fc37ae430a138d1401b587aa1c54184e84dc9
https://github.com/llvm/llvm-project/commit/db4fc37ae430a138d1401b587aa1c54184e84dc9
Author: Ivan Radanov Ivanov <ivanov.i.aa at m.titech.ac.jp>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M flang/lib/Optimizer/OpenMP/LowerWorkshare.cpp
M flang/test/HLFIR/bufferize-workshare.fir
M flang/test/Transforms/OpenMP/lower-workshare.mlir
Log Message:
-----------
Change to workshare loop wrapper op
Commit: 1dfdab56b0250bc3e4b0869451f7c21c847f9aee
https://github.com/llvm/llvm-project/commit/1dfdab56b0250bc3e4b0869451f7c21c847f9aee
Author: Ivan Radanov Ivanov <ivanov.i.aa at m.titech.ac.jp>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M flang/lib/Optimizer/OpenMP/LowerWorkshare.cpp
Log Message:
-----------
Move single op declaration
Commit: 386157c154d25d22e4e3ea083d0421496072316a
https://github.com/llvm/llvm-project/commit/386157c154d25d22e4e3ea083d0421496072316a
Author: Ivan Radanov Ivanov <ivanov.i.aa at m.titech.ac.jp>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M flang/include/flang/Tools/CLOptions.inc
Log Message:
-----------
Schedule pass properly
Compare: https://github.com/llvm/llvm-project/compare/26d0051179de...386157c154d2
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