[all-commits] [llvm/llvm-project] 4346aa: [llvm] Remove uses of Type::getPointerTo() (NFC)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Sat Sep 30 03:56:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4346aaf05b66a204a7c21fad8e7673860e0270eb
https://github.com/llvm/llvm-project/commit/4346aaf05b66a204a7c21fad8e7673860e0270eb
Author: Youngsuk Kim <joseph942010 at gmail.com>
Date: 2023-09-30 (Sat, 30 Sep 2023)
Changed paths:
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/lib/Transforms/IPO/IROutliner.cpp
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Log Message:
-----------
[llvm] Remove uses of Type::getPointerTo() (NFC)
* Remove if its sole use is to support an unnecessary ptr-to-ptr bitcast
(remove the bitcast as well)
* Replace with use of other APIs.
NFC opaque pointer cleanup effort.
More information about the All-commits
mailing list