aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riddleriver@gmail.com>2020-12-14 18:07:45 -0800
committerRiver Riddle <riddleriver@gmail.com>2020-12-14 18:09:47 -0800
commitd7eba2005267aa4a8f46f73f208c7cc23e6c6a1a (patch)
tree457c4be41c12d1b4086fb61e7ab8de94e68978d4 /clang/lib/CodeGen/CodeGenModule.cpp
parentf0cd6aa614f49bb0c66e65fdf6637222c982efe4 (diff)
downloadllvm-d7eba2005267aa4a8f46f73f208c7cc23e6c6a1a.zip
llvm-d7eba2005267aa4a8f46f73f208c7cc23e6c6a1a.tar.gz
llvm-d7eba2005267aa4a8f46f73f208c7cc23e6c6a1a.tar.bz2
[mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of just canonicalization
Now that passes have support for running nested pipelines, the inliner can now allow for users to provide proper nested pipelines to use for optimization during inlining. This revision also changes the behavior of optimization during inlining to optimize before attempting to inline, which should lead to a more accurate cost model and prevents the need for users to schedule additional duplicate cleanup passes before/after the inliner that would already be run during inlining. Differential Revision: https://reviews.llvm.org/D91211
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions