Files
swift-mirror/lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
Erik Eckstein b08710d911 SIL: add a bare attribute to alloc_ref
The `bare` attribute indicates that the object header is not used throughout the lifetime of the object.
This means, no reference counting operations are performed on the object and its metadata is not used.
The header of bare objects doesn't need to be initialized.
2023-06-29 06:57:05 +02:00

76 KiB