diff options
author | Jon Roelofs <jonathan_roelofs@apple.com> | 2023-06-26 10:31:57 -0700 |
---|---|---|
committer | Jon Roelofs <jonathan_roelofs@apple.com> | 2023-06-28 10:32:40 -0700 |
commit | 703c08362adcc7990fa5ddc444c41c5efdccbc2b (patch) | |
tree | d90f8805b5207b3f79d6e6231c01e0ec7dc053cd /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | d7d4aa539c0d2f80c080a3b1e0fa45a78d5e9bfc (diff) | |
download | llvm-703c08362adcc7990fa5ddc444c41c5efdccbc2b.zip llvm-703c08362adcc7990fa5ddc444c41c5efdccbc2b.tar.gz llvm-703c08362adcc7990fa5ddc444c41c5efdccbc2b.tar.bz2 |
[MachineInst] Bump NumOperands back up to 24bits
In https://reviews.llvm.org/D149445, it was lowered from 32 to 16bits, which
broke an internal project of ours. The relevant code being compiled is a fairly
large nested switch that results in a PHI node with 65k+ operands, which can't
easily be turned into a table for perf reasons.
This change unifies `NumOperands`, `Flags`, and `AsmPrinterFlags` into a packed
7-byte struct, which `CapOperands` can follow as the 8th byte, rounding it up
to a nice alignment before the `Info` field.
rdar://111217742&109362033
Differential revision: https://reviews.llvm.org/D153791
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions