diff options
author | Arthur Eubanks <aeubanks@google.com> | 2021-05-01 21:27:47 -0700 |
---|---|---|
committer | Arthur Eubanks <aeubanks@google.com> | 2021-05-10 13:05:15 -0700 |
commit | 85af8a8c1b574faa0d5d57d189ae051debdfada8 (patch) | |
tree | c5c3c65c21e7a2f92927f7129b9986ad39a878c2 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 9507bace6c122898ac1e7c01bbdcf3c448214c81 (diff) | |
download | llvm-85af8a8c1b574faa0d5d57d189ae051debdfada8.zip llvm-85af8a8c1b574faa0d5d57d189ae051debdfada8.tar.gz llvm-85af8a8c1b574faa0d5d57d189ae051debdfada8.tar.bz2 |
[NFC] Use ArgListEntry indirect types more in ISel lowering
For opaque pointers, we're trying to avoid uses of
PointerType::getElementType().
A couple of ISel places use PointerType::getElementType(). Some of these
are easy to fix by using ArgListEntry's indirect types.
The inalloca type wasn't stored there, as opposed to preallocated and
byval which have their indirect types available, so add it and use it.
Differential Revision: https://reviews.llvm.org/D101713
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions