Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
CodeGen
MachineInstr.cpp
Find file
Blame
History
Permalink
Limit the number of memory operands in MachineInstr to 2^16 and store the number in padding.
· d03878bd
Benjamin Kramer
authored
Mar 16, 2012
Saves one machine word on MachineInstr (88->80 bytes on x86_64, 48->44 on i386). llvm-svn: 152930
d03878bd
Loading