summaryrefslogtreecommitdiff
path: root/flang/lib/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.cpp
AgeCommit message (Collapse)Author
2025-04-10[flang] Defined SafeTempArrayCopyAttrInterface for array repacking. (#134346)Slava Zakharin
This patch defines `fir::SafeTempArrayCopyAttrInterface` and the corresponding OpenACC/OpenMP related attributes in FIR dialect. The actual implementations are just placeholders right now, and array repacking becomes a no-op if `-fopenacc/-fopenmp` is used for the compilation.