diff options
author | Jay Foad <jay.foad@amd.com> | 2024-12-16 21:23:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 21:23:33 +0000 |
commit | 2fe296965930932be9b7b155bf8c10a0f81c58cf (patch) | |
tree | 9e935779840e92707c81401e6ceffb5188c7de75 /llvm/lib/Transforms/Utils/CloneFunction.cpp | |
parent | b86a22aa3915c5ed7f802ebad7578c0906bdd8a9 (diff) | |
download | llvm-2fe296965930932be9b7b155bf8c10a0f81c58cf.zip llvm-2fe296965930932be9b7b155bf8c10a0f81c58cf.tar.gz llvm-2fe296965930932be9b7b155bf8c10a0f81c58cf.tar.bz2 |
[CodeGen] Simplify LLT bitfields. NFC. (#120074)
- Put the element size field in the same place for all non-pointer
types.
- Put the element size and address space fields in the same place for
all pointer types.
- Put the number of elements and scalable fields in the same place for
all vector types.
This simplifies initialization and accessor methods isScalable,
getElementCount, getScalarSizeInBits and getAddressSpace.
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
0 files changed, 0 insertions, 0 deletions