fmm icon indicating copy to clipboard operation
fmm copied to clipboard

Backend-specific function attributes

Open raviqqe opened this issue 3 years ago • 0 comments

Problem

  • There are no function attributes available.
    • e.g. inline, nounwind
  • Therefore, certain optimization or hinting to backends are impossible.

Solution

  • Add attributes field to function definitions.
  • Those attributes are backend specific.

raviqqe avatar Feb 23 '22 14:02 raviqqe