diff options
author | bixia1 <bixia@google.com> | 2022-11-30 08:50:36 -0800 |
---|---|---|
committer | bixia1 <bixia@google.com> | 2022-12-01 13:23:59 -0800 |
commit | 2aceadda78209f3ab0f69c8c277f4051fa161644 (patch) | |
tree | 538935283d7293ea29e6890b3f3f4f3b658596cb /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | cebb87e7dce891b9a70ccb28e7da8c1fc71f2439 (diff) | |
download | llvm-2aceadda78209f3ab0f69c8c277f4051fa161644.zip llvm-2aceadda78209f3ab0f69c8c277f4051fa161644.tar.gz llvm-2aceadda78209f3ab0f69c8c277f4051fa161644.tar.bz2 |
[mlir][sparse] Put the implementation for the insertion operation to subroutines.
Previously, we generated inlined implementation for insert operation and
observed MLIR compile time increase due to the size of the main routine. We now
put the insert operation implementation in subroutines and leave the inlining
decision to the MLIR compiler.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D138957
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions