[all-commits] [llvm/llvm-project] a0cf06: [CodeGen] Store element type in ParamValue
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Dec 16 06:32:12 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0cf066eac8aa55782a6dd2deb90adc89a707a8b
https://github.com/llvm/llvm-project/commit/a0cf066eac8aa55782a6dd2deb90adc89a707a8b
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
[CodeGen] Store element type in ParamValue
ParamValue is basically a union between an Address and a Value*.
To be able to reconstruct the Address, we now need to store the
pointer element type.
More information about the All-commits
mailing list