[all-commits] [llvm/llvm-project] 0211a7: [Clang] Rename getElementBitCast() -> withElementT...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 14 00:59:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0211a75ed8b80848af7c87d2f925467448ae4f34
https://github.com/llvm/llvm-project/commit/0211a75ed8b80848af7c87d2f925467448ae4f34
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M clang/lib/CodeGen/Address.h
M clang/lib/CodeGen/CGDeclCXX.cpp
M clang/lib/CodeGen/CGExprConstant.cpp
Log Message:
-----------
[Clang] Rename getElementBitCast() -> withElementType() (NFC)
This no longer creates a bitcast, just changes the element type
of the ConstantAddress.
More information about the All-commits
mailing list