[PATCH] D96454: [flang][fir] Update the code generation test tool

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 14:27:56 PST 2021


schweitz created this revision.
schweitz added reviewers: jeanPerier, clementval, svedanayagam, kiranchandramohan, SouraVX.
schweitz added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert, mgorny.
Herald added a reviewer: sscalpone.
Herald added a reviewer: awarzynski.
schweitz requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

This patch updates the code generation test tool, which will be used in subsequent patches to test the FIR ops, lowering them to LLVM IR, etc. It also includes a number of files with support code which will be used by code generation as pieces are added in future patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96454

Files:
  flang/include/flang/Optimizer/Dialect/FIRDialect.h
  flang/include/flang/Optimizer/Support/FIRContext.h
  flang/include/flang/Optimizer/Support/FatalError.h
  flang/include/flang/Optimizer/Support/InitFIR.h
  flang/include/flang/Optimizer/Support/Matcher.h
  flang/include/flang/Optimizer/Support/TypeCode.h
  flang/lib/Optimizer/CMakeLists.txt
  flang/lib/Optimizer/Support/FIRContext.cpp
  flang/tools/tco/tco.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96454.322823.patch
Type: text/x-patch
Size: 19766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210210/cd4127db/attachment.bin>


More information about the llvm-commits mailing list