[llvm] MC: Store MCRelaxableFragment MCInst out-of-line (PR #147229)
Alexis Engelke via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 09:50:56 PDT 2025
================
@@ -431,16 +428,38 @@ class MCDataFragment : public MCEncodedFragment {
///
class MCRelaxableFragment : public MCEncodedFragment {
/// The instruction this is a fragment for.
- MCInst Inst;
----------------
aengelke wrote:
X86MCInstLower::Lower calls setFlags and with allowEnhancedRelaxation, these can end up in a relaxable fragment?
https://github.com/llvm/llvm-project/pull/147229
More information about the llvm-commits
mailing list