[all-commits] [llvm/llvm-project] f15266: [MC][ELF] Emit instructions directly into fragment...
Alexis Engelke via All-commits
all-commits at lists.llvm.org
Thu Jul 4 07:46:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f15266e9d5d87a291a515064f8f0dd5f0c412ed3
https://github.com/llvm/llvm-project/commit/f15266e9d5d87a291a515064f8f0dd5f0c412ed3
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M llvm/lib/MC/MCELFStreamer.cpp
M llvm/lib/MC/MCObjectStreamer.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
Log Message:
-----------
[MC][ELF] Emit instructions directly into fragment (#94950)
Avoid needless copying of instructions and fixups and directly emit into
the fragment small vectors.
This (optionally, second commit) also removes the single use of the
MCCompactEncodedInstFragment to simplify code.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list