diff options
author | Igor Kirillov <igor.kirillov@arm.com> | 2023-04-19 10:11:33 +0000 |
---|---|---|
committer | Igor Kirillov <igor.kirillov@arm.com> | 2023-05-30 16:18:28 +0000 |
commit | 40a81d3100b416393557f015efc971497c0bea46 (patch) | |
tree | 70a3a8fa8f8d52c5d941ace585837ddf35264e1a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | daa95c7de5b7d004bd6c48f5099b7b88f1f5d16d (diff) | |
download | llvm-40a81d3100b416393557f015efc971497c0bea46.zip llvm-40a81d3100b416393557f015efc971497c0bea46.tar.gz llvm-40a81d3100b416393557f015efc971497c0bea46.tar.bz2 |
[CodeGen] Refactor IR generation functions to use IRBuilder in ComplexDeinterleaving pass
This patch updates several functions in LLVM's IR generation code to accept
an IRBuilder object as an argument, rather than an Instruction that indicates
the insertion point for new instructions.
This change is necessary to handle sophisticated -Ofast optimization cases
from D148558 where it's unclear which instructions should be used as the
insertion point for new operations.
Differential Revision: https://reviews.llvm.org/D148703
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions