This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG234890226861: [clang][CodeGen] Remove no-op
EmitCastToVoidPtr (NFC) (authored by barannikov88).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
barannikov88 updated this revision to Diff 535736.
barannikov88 added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153694/new/
https://reviews.llvm.org/D153694
Files:
clang/lib/CodeGen/CGAtomic.cpp
clang/lib/CodeGen/CGBuilti
JOE1994 added inline comments.
Comment at: clang/lib/CodeGen/CGAtomic.cpp:90
+StoragePtr = CGF.Builder.CreateAddrSpaceCast(
+StoragePtr, llvm::PointerType::getUnqual(CGF.getLLVMContext()),
"atomic_bitfield_base");
barannikov88 wro
barannikov88 updated this revision to Diff 534205.
barannikov88 added a comment.
- Remove unused argument of EmitDynamicCastToVoid
- While here, adjust the name to start with lowercase letter
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153694/new/
nikic added inline comments.
Comment at: clang/lib/CodeGen/ItaniumCXXABI.cpp:1473
QualType SrcRecordTy,
QualType DestTy) {
auto *ClassDecl =
barannikov88 wrot
barannikov88 added inline comments.
Comment at: clang/lib/CodeGen/CGAtomic.cpp:90
+StoragePtr = CGF.Builder.CreateAddrSpaceCast(
+StoragePtr, llvm::PointerType::getUnqual(CGF.getLLVMContext()),
"atomic_bitfield_base");
I suppose a
barannikov88 created this revision.
Herald added a project: All.
barannikov88 updated this revision to Diff 534190.
barannikov88 added a comment.
barannikov88 added reviewers: nikic, JOE1994.
barannikov88 published this revision for review.
Herald added subscribers: cfe-commits, StephenFan.
Herald