[all-commits] [llvm/llvm-project] 74992f: [CodeGen] Store element type in DominatingValue<RV...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 18 03:13:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74992f4a5bb79e2084abdef406ef2e5aa2024368
https://github.com/llvm/llvm-project/commit/74992f4a5bb79e2084abdef406ef2e5aa2024368
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M clang/lib/CodeGen/CGCleanup.cpp
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
[CodeGen] Store element type in DominatingValue<RValue>
For aggregate rvalues, we need to store the element type in the
dominating value, so we can recover the element type for the
address.
More information about the All-commits
mailing list