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.
Paths
| Differential D153933
[llvm] Replace uses of Type::getPointerTo (NFC) ClosedPublic Authored by JOE1994 on Jun 27 2023, 6:41 PM.
Details Summary Partial progress towards removing in-tree uses of Type::getPointerTo, If the API is used solely to support an unnecessary bitcast, get rid of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 28 2023, 12:27 AM Closed by commit rG243f0566dc41: [llvm] Replace uses of Type::getPointerTo (NFC) (authored by JOE1994). · Explain WhyJun 28 2023, 6:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 535366 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
|