[all-commits] [llvm/llvm-project] d8b8aa: [llvm] Replace calls to Type::getPointerTo (NFC)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Mon Nov 27 08:55:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8b8aa3a56611477f93d029a59a0b350fb5166b0
https://github.com/llvm/llvm-project/commit/d8b8aa3a56611477f93d029a59a0b350fb5166b0
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
Log Message:
-----------
[llvm] Replace calls to Type::getPointerTo (NFC)
Cleanup work towards removing the method Type::getPointerTo.
If a call to Type::getPointerTo is used solely to support an unneeded
pointer-cast, remove the call entirely.
More information about the All-commits
mailing list