[llvm] [BPF] Implement `canLowerReturn` for big returns (PR #174478)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 11 11:36:56 PST 2026


4ast wrote:

> The int128 return will be used in internal functions only

there is no such thing as 'internal functions'. Returning i128 is an ABI decision. We cannot just hack things in.
So, no, this is no go.

https://github.com/llvm/llvm-project/pull/174478


More information about the llvm-commits mailing list