diff options
author | River Riddle <riddleriver@gmail.com> | 2020-08-07 13:29:55 -0700 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2020-08-07 13:43:25 -0700 |
commit | dd48773396f77fd7b19adc43b23d41aef356809a (patch) | |
tree | 3286d259b4647dc6c6a6f38de4261d16dc4f0112 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 9f24640b7e6e61b0f293c724155a90a5e446dd7a (diff) | |
download | llvm-dd48773396f77fd7b19adc43b23d41aef356809a.zip llvm-dd48773396f77fd7b19adc43b23d41aef356809a.tar.gz llvm-dd48773396f77fd7b19adc43b23d41aef356809a.tar.bz2 |
[mlir][Types] Remove the subclass data from Type
Subclass data is useful when a certain amount of memory is allocated, but not all of it is used. In the case of Type, that hasn't been the case for a while and the subclass is just taking up a full `unsigned`. Removing this frees up ~8 bytes for almost every type instance.
Differential Revision: https://reviews.llvm.org/D85348
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions