llvm-project
883f75b0 - [CIR] Set alignment correctly in getOrCreateConstAggregateGlobal (#216321)

Commit
12 hours ago
[CIR] Set alignment correctly in getOrCreateConstAggregateGlobal (#216321) Just a drive-by that I discovered while debugging something else, we end up not getting the 'alignment' of these aggregates set at all. This patch just wires through the alloca's alignment onto these constants, which matches classic codegen.
Author
Parents
Loading