[all-commits] [llvm/llvm-project] ea1cdb: [flang][NFC] Drop `AbstractResultOptions` structure
Daniil Dudkin via All-commits
all-commits at lists.llvm.org
Tue Jul 19 07:24:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea1cdb58cc7ef6b693e6555d05fab7962b4441a2
https://github.com/llvm/llvm-project/commit/ea1cdb58cc7ef6b693e6555d05fab7962b4441a2
Author: Daniil Dudkin <d.dudkin at partner.samsung.com>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M flang/lib/Optimizer/Transforms/AbstractResult.cpp
Log Message:
-----------
[flang][NFC] Drop `AbstractResultOptions` structure
`AbstractResultOptions` is obsolete structure because `newArg` is used
only in `ReturnOpConversion`.
This change removes this struct, making dependencies of conversions more
straight-forward.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D129485
More information about the All-commits
mailing list