[all-commits] [llvm/llvm-project] 243f05: [llvm] Replace uses of Type::getPointerTo (NFC)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Wed Jun 28 06:27:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 243f0566dc414e8bb6e15c7a6ae490d0e3cd0656
https://github.com/llvm/llvm-project/commit/243f0566dc414e8bb6e15c7a6ae490d0e3cd0656
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/ARM/ARMParallelDSP.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/lib/Transforms/Utils/ValueMapper.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[llvm] Replace uses of Type::getPointerTo (NFC)
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.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D153933
More information about the All-commits
mailing list