[all-commits] [llvm/llvm-project] 36a073: [flang] Add option to skip struct argument rewrite...
jeanPerier via All-commits
all-commits at lists.llvm.org
Wed Dec 20 01:15:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36a073a5f45e0da3b84bd5284219d64586a97d5d
https://github.com/llvm/llvm-project/commit/36a073a5f45e0da3b84bd5284219d64586a97d5d
Author: jeanPerier <jperier at nvidia.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M flang/include/flang/Optimizer/CodeGen/CGPasses.td
M flang/include/flang/Optimizer/CodeGen/CodeGen.h
M flang/lib/Optimizer/CodeGen/TargetRewrite.cpp
A flang/test/Fir/target-rewrite-selective-no-struct.fir
Log Message:
-----------
[flang] Add option to skip struct argument rewrite in target-rewrite (#75939)
Be consistent with complex and character rewrite so that the pass can be
run selectively.
More information about the All-commits
mailing list