[clang] [llvm] [BPF] introduce `__attribute__((bpf_fastcall))` (PR #101228)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 1 11:38:35 PDT 2024


AaronBallman wrote:

> Is there some reason this is an attribute, and not a calling convention, at the IR level?

And why would it not be named `__attribute__((fastcall))` when targeting BPF? (e.g., do we need a new calling convention at all?)

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


More information about the cfe-commits mailing list