[all-commits] [llvm/llvm-project] f20864: [CGBuilder] Remove CreateBitCast() method
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Feb 14 06:06:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f208644ed3618fb1db195adbd35ae0acf2819f23
https://github.com/llvm/llvm-project/commit/f208644ed3618fb1db195adbd35ae0acf2819f23
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M clang/lib/CodeGen/CGBlocks.cpp
M clang/lib/CodeGen/CGBuilder.h
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGClass.cpp
M clang/lib/CodeGen/CGDecl.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprCXX.cpp
M clang/lib/CodeGen/CGObjC.cpp
M clang/lib/CodeGen/CGObjCGNU.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/TargetInfo.cpp
Log Message:
-----------
[CGBuilder] Remove CreateBitCast() method
Use CreateElementBitCast() instead, or don't work on Address
where not necessary.
More information about the All-commits
mailing list