pogo59 wrote:

The psABI doesn't say anything about function alignment, implying that align(1) 
is functionally correct, and anything more than that is either an optimization 
or functional dependency for our target. So, if we depend on anything more, we 
have to set alignment explicitly.

@FlameTop does that explanation sound reasonable to you? So PS4/PS5 should be 
explicitly setting alignment on all functions that don't have an alignment 
specified in source. No need for a new attribute.

https://github.com/llvm/llvm-project/pull/72387
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to