[all-commits] [llvm/llvm-project] 80dcc9: [NFC] Restructured SimplifyIntrinsicsPass::getOrCr...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Wed Aug 10 09:42:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80dcc907a8a2de9c0e24d1d40625c54c828d508a
https://github.com/llvm/llvm-project/commit/80dcc907a8a2de9c0e24d1d40625c54c828d508a
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
Log Message:
-----------
[NFC] Restructured SimplifyIntrinsicsPass::getOrCreateFunction.
I would like to add DOT_PRODUCT support in this pass, so this restructuring
is the first step to allow some code reuse inside getOrCreateFunction().
Differential Revision: https://reviews.llvm.org/D131530
More information about the All-commits
mailing list