[PATCH] D153314: [clang] Replace uses of CGBuilderTy::CreateElementBitCast (NFC)
Youngsuk Kim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 19 19:25:53 PDT 2023
JOE1994 created this revision.
JOE1994 added reviewers: barannikov88, nikic.
Herald added subscribers: StephenFan, kbarton, nemanjai.
Herald added a project: All.
JOE1994 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Partial progress towards replacing `CreateElementBitCast`, as it no
longer does what its name suggests. Either replace its uses with
`Address::withElementType()`, or remove them if no longer needed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153314
Files:
clang/lib/CodeGen/CGAtomic.cpp
clang/lib/CodeGen/CGCXXABI.cpp
clang/lib/CodeGen/CGNonTrivialStruct.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/lib/CodeGen/Targets/AArch64.cpp
clang/lib/CodeGen/Targets/ARM.cpp
clang/lib/CodeGen/Targets/Hexagon.cpp
clang/lib/CodeGen/Targets/LoongArch.cpp
clang/lib/CodeGen/Targets/PPC.cpp
clang/lib/CodeGen/Targets/X86.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153314.532775.patch
Type: text/x-patch
Size: 22697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230620/f7712041/attachment-0001.bin>
More information about the cfe-commits
mailing list