llvm-project
aedd4e08 - [CIR] Handle static local var decl constants (#190699)

Commit
13 days ago
[CIR] Handle static local var decl constants (#190699) This adds the handling for the case where the address of a static local variable is used to initialize another static local. In this case, the address of the first variable is emitted as a constant in the initializer of the second variable.
Author
Parents
Loading