[all-commits] [llvm/llvm-project] 859338: [llvm] Replace uses of Type::getPointerTo (NFC)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Wed Nov 29 08:25:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 859338a695169d2804d6999f44e1e94bedf6ddd7
https://github.com/llvm/llvm-project/commit/859338a695169d2804d6999f44e1e94bedf6ddd7
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M llvm/lib/CodeGen/SafeStack.cpp
M llvm/lib/CodeGen/ShadowStackGCLowering.cpp
M llvm/lib/Transforms/Coroutines/CoroInternal.h
M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[llvm] Replace uses of Type::getPointerTo (NFC)
Work towards removing method Type::getPointerTo.
Opaque ptr cleanup effort.
More information about the All-commits
mailing list