[PATCH] D114125: [Flang] Add a factory class for creating Complex Ops
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 17 15:38:15 PST 2021
kiranchandramohan created this revision.
kiranchandramohan added reviewers: jeanPerier, clementval, awarzynski, rovka, schweitz, svedanayagam, AlexisPerry, pmccormick.
Herald added subscribers: mehdi_amini, mgorny.
Herald added a reviewer: sscalpone.
Herald added a project: Flang.
kiranchandramohan requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
Use the factory class in the FIRBuilder.
Add unit tests for the factory class function and the convert function
of the Complex class.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114125
Files:
flang/include/flang/Optimizer/Builder/Complex.h
flang/include/flang/Optimizer/Builder/FIRBuilder.h
flang/lib/Optimizer/Builder/CMakeLists.txt
flang/lib/Optimizer/Builder/Complex.cpp
flang/lib/Optimizer/Builder/FIRBuilder.cpp
flang/unittests/Optimizer/Builder/ComplexTest.cpp
flang/unittests/Optimizer/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114125.388051.patch
Type: text/x-patch
Size: 13131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/64651ce6/attachment.bin>
More information about the llvm-commits
mailing list