[PATCH] D153933: [llvm] Replace uses of Type::getPointerTo (NFC)
Youngsuk Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 18:41:13 PDT 2023
JOE1994 created this revision.
JOE1994 added reviewers: nikic, barannikov88.
Herald added subscribers: Enna1, pmatos, asb, ormris, foad, StephenFan, kerbowa, hiraditya, jgravelle-google, sbc100, jvesely, dschuff, arsenm.
Herald added a project: All.
JOE1994 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
Partial progress towards removing in-tree uses of `Type::getPointerTo`,
before we can deprecate the API.
If the API is used solely to support an unnecessary bitcast, get rid of
the bitcast as well.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153933
Files:
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
llvm/lib/Target/ARM/ARMParallelDSP.cpp
llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
llvm/lib/Transforms/Utils/ValueMapper.cpp
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153933.535211.patch
Type: text/x-patch
Size: 10078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230628/3b6f5cc2/attachment.bin>
More information about the llvm-commits
mailing list