aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riddleriver@gmail.com>2020-08-07 13:29:55 -0700
committerRiver Riddle <riddleriver@gmail.com>2020-08-07 13:43:25 -0700
commitdd48773396f77fd7b19adc43b23d41aef356809a (patch)
tree3286d259b4647dc6c6a6f38de4261d16dc4f0112 /clang/lib/Frontend/CompilerInvocation.cpp
parent9f24640b7e6e61b0f293c724155a90a5e446dd7a (diff)
downloadllvm-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