[PATCH] D154285: [clang] Remove CGBuilderTy::CreateElementBitCast
Youngsuk Kim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 1 14:51:13 PDT 2023
JOE1994 updated this revision to Diff 536554.
JOE1994 added a comment.
- Add back in refactorings that either drop existing calls to CreateElementBitCast, or merge to Address creation.
- Update commit message to clarify that we're employing 3 different methods to remove existing calls to CreateElementBitCast
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154285/new/
https://reviews.llvm.org/D154285
Files:
clang/lib/CodeGen/CGBuilder.h
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CGExprCXX.cpp
clang/lib/CodeGen/CGObjCRuntime.cpp
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/CodeGen/Targets/CSKY.cpp
clang/lib/CodeGen/Targets/RISCV.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154285.536554.patch
Type: text/x-patch
Size: 24024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230701/02d9daa2/attachment-0001.bin>
More information about the cfe-commits
mailing list