diff options
author | Florian Hahn <flo@fhahn.com> | 2021-12-14 10:53:22 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2021-12-14 10:53:22 +0000 |
commit | ff3b085ab0704ba505c398c3d18bde01a4df8209 (patch) | |
tree | a0247e40c06692fc1c2146894eb36b5789437ed7 /llvm/lib/CodeGen/LocalStackSlotAllocation.cpp | |
parent | 47eec789ed9cc7d4cb9f1eaa0cafe3e509af015c (diff) | |
download | llvm-ff3b085ab0704ba505c398c3d18bde01a4df8209.zip llvm-ff3b085ab0704ba505c398c3d18bde01a4df8209.tar.gz llvm-ff3b085ab0704ba505c398c3d18bde01a4df8209.tar.bz2 |
[X86] Use bundle for CALL_RVMARKER expansion.
This patch updates expandCALL_RVMARKER to wrap the call, marker and
objc runtime call in an instruction bundle. This ensures later passes,
like machine block placement, cannot break them up.
On AArch64, the instruction sequence is already wrapped in a bundle.
Keeping the whole instruction sequence together is highly desirable for
performance and outweighs potential other benefits from breaking the
sequence up.
Reviewed By: ahatanak
Differential Revision: https://reviews.llvm.org/D115230
Diffstat (limited to 'llvm/lib/CodeGen/LocalStackSlotAllocation.cpp')
0 files changed, 0 insertions, 0 deletions