[PATCH] D112910: [flang] Add TargetRewrite pass

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 4 06:27:26 PDT 2021


rovka updated this revision to Diff 384727.
rovka edited the summary of this revision.
rovka added a comment.

Replaced all llvm_unreachable with TODOs.
Added a pass option for the target triple.
Switched the tests to fir-opt and removed all changes to tco.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112910/new/

https://reviews.llvm.org/D112910

Files:
  flang/include/flang/Optimizer/CodeGen/CGPasses.td
  flang/include/flang/Optimizer/CodeGen/CodeGen.h
  flang/lib/Optimizer/CodeGen/CMakeLists.txt
  flang/lib/Optimizer/CodeGen/Target.cpp
  flang/lib/Optimizer/CodeGen/Target.h
  flang/lib/Optimizer/CodeGen/TargetRewrite.cpp
  flang/test/Fir/target-rewrite-triple.fir
  flang/test/Fir/target.fir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112910.384727.patch
Type: text/x-patch
Size: 33250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211104/2f176722/attachment-0001.bin>


More information about the llvm-commits mailing list