diff options
author | Youngsuk Kim <youngsuk.kim@hpe.com> | 2023-09-22 19:06:57 -0400 |
---|---|---|
committer | JOE1994 <joseph942010@gmail.com> | 2023-09-22 19:44:38 -0400 |
commit | e5026f0179f2871ba9fefc489972643324a4ba4f (patch) | |
tree | fa7e97c2e6245370a78fcdd8159c4bb03de841fc /llvm/lib/CodeGen/MachineCopyPropagation.cpp | |
parent | 193c67cf4bdaf3e8ab0c1077aad784c79a06d7a6 (diff) | |
download | llvm-e5026f0179f2871ba9fefc489972643324a4ba4f.zip llvm-e5026f0179f2871ba9fefc489972643324a4ba4f.tar.gz llvm-e5026f0179f2871ba9fefc489972643324a4ba4f.tar.bz2 |
[llvm] Remove uses of Type::getPointerTo() (NFC)
Partial progress towards removing in-tree uses of `getPointerTo()`,
by employing the following options:
* Drop the call entirely if the sole purpose of it is to support a no-op
bitcast (remove the no-op bitcast as well).
* Replace with `PointerType::get()`/`PointerType::getUnqual()`
This is a NFC cleanup effort.
Reviewed By: barannikov88
Differential Revision: https://reviews.llvm.org/D155232
Diffstat (limited to 'llvm/lib/CodeGen/MachineCopyPropagation.cpp')
0 files changed, 0 insertions, 0 deletions