[PATCH] D154229: [clang] Replace uses of CreateElementBitCast (NFC)

Youngsuk Kim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 30 09:16:03 PDT 2023


JOE1994 created this revision.
JOE1994 added a reviewer: barannikov88.
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 uses of CreateElementBitCast, as it
no longer does what its name suggests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154229

Files:
  clang/lib/CodeGen/ABIInfoImpl.cpp
  clang/lib/CodeGen/CGClass.cpp
  clang/lib/CodeGen/CGExprAgg.cpp
  clang/lib/CodeGen/CGExprComplex.cpp
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/lib/CodeGen/Targets/XCore.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154229.536284.patch
Type: text/x-patch
Size: 18773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230630/eaaf1fce/attachment-0001.bin>


More information about the cfe-commits mailing list