[all-commits] [llvm/llvm-project] a621e7: [flang][NFC] move fir namespace into FortranVariab...
jeanPerier via All-commits
all-commits at lists.llvm.org
Wed Nov 9 02:42:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a621e799168ff6e57c27a49e6badd40b16bc44a8
https://github.com/llvm/llvm-project/commit/a621e799168ff6e57c27a49e6badd40b16bc44a8
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/Dialect/FortranVariableInterface.h
M flang/include/flang/Optimizer/Dialect/FortranVariableInterface.td
M flang/lib/Optimizer/Dialect/FortranVariableInterface.cpp
Log Message:
-----------
[flang][NFC] move fir namespace into FortranVariableOpInterface ODS declaration
This will be needed to be able to use this interface in HLFIR ODS operation definition
and get the right namespaces.
Differential Revision: https://reviews.llvm.org/D137702
More information about the All-commits
mailing list