[all-commits] [llvm/llvm-project] 3012f3: [flang] Updated FIR dialect to _Both
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Thu Dec 9 15:05:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3012f35f8727408550d5308a1c28a66cd005a852
https://github.com/llvm/llvm-project/commit/3012f35f8727408550d5308a1c28a66cd005a852
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-12-09 (Thu, 09 Dec 2021)
Changed paths:
M flang/include/flang/Lower/Support/Utils.h
M flang/include/flang/Optimizer/Dialect/FIRDialect.td
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/Support/Utils.h
M flang/include/flang/Optimizer/Transforms/Factory.h
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/Transforms/AffinePromotion.cpp
M flang/lib/Optimizer/Transforms/ArrayValueCopy.cpp
M flang/unittests/Optimizer/Builder/DoLoopHelperTest.cpp
M flang/unittests/Optimizer/Builder/FIRBuilderTest.cpp
M flang/unittests/Optimizer/Builder/Runtime/NumericTest.cpp
Log Message:
-----------
[flang] Updated FIR dialect to _Both
Change dialect (and remove now redundant accessors) to generate both
form of accessors of being generated. Tried to keep this change
reasonably minimal (this also includes keeping note about not generating
getType accessor to avoid shadowing).
Differential Revision: https://reviews.llvm.org/D115420
More information about the All-commits
mailing list