Files
clang-p2996/llvm/lib/IR/DataLayout.cpp
Nikita Popov 4565bc00de [DataLayout] Use separate vectors to store alignment (NFC)
Instead of storing alignment for integers, floats, vectors and
structs in a single vector with a type tag, store them in
separate vectors instead. This makes the alignment lookup faster,
as we don't have to scan over irrelevant alignment entries.
2023-02-16 16:09:07 +01:00

35 KiB