[flang-commits] [PATCH] D137792: [flang][NFC] rename hlfir::FortranEntity into EntityWithAttributes
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Nov 10 09:49:31 PST 2022
jeanPerier created this revision.
jeanPerier added reviewers: clementval, vdonaldson.
jeanPerier added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a project: All.
jeanPerier requested review of this revision.
This reflects the fact that Attributes will not always be visible when
looking at an HLFIR variable. The EntityWithAttributes class is used
to denote in the compiler code that the value at hand has visible
attributes. It is intended to be used in lowering so that the code
can query about operands attributes when generating code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137792
Files:
flang/include/flang/Lower/ConvertExprToHLFIR.h
flang/include/flang/Optimizer/Builder/HLFIRTools.h
flang/lib/Lower/Bridge.cpp
flang/lib/Lower/ConvertExprToHLFIR.cpp
flang/lib/Optimizer/Builder/HLFIRTools.cpp
flang/unittests/Optimizer/Builder/HLFIRToolsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137792.474568.patch
Type: text/x-patch
Size: 19971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221110/172e14e4/attachment-0001.bin>
More information about the flang-commits
mailing list