Skip to content

[M68k] Failure to optimize out function prologue and epilogue/omit frame pointer  #75013

Closed
@GabrielRavier

Description

@GabrielRavier
void f(){}

With -O3, GCC outputs this:

f():
  rts

LLVM outputs this:

f(): ; @f()
  link.w %a6, #0
  unlk %a6
  rts

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions