[all-commits] [llvm/llvm-project] 5a3146: [llvm] Replace calls to Type::getPointerTo (NFC)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Thu Nov 30 11:19:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a314609b4a77470fea18f64427d618d5d0bae06
https://github.com/llvm/llvm-project/commit/5a314609b4a77470fea18f64427d618d5d0bae06
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCtorDtorLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXCtorDtorLowering.cpp
M llvm/unittests/IR/InstructionsTest.cpp
M llvm/unittests/IR/VectorBuilderTest.cpp
Log Message:
-----------
[llvm] Replace calls to Type::getPointerTo (NFC)
Clean-up towards removing method Type::getPointerTo.
More information about the All-commits
mailing list