<div dir="ltr">Hi Devs,<br><br>By default AArch64 omit the frame pointer for leaf function.<br>But surprisingly, even after passing option -mno-omit-leaf-frame-pointer behavior remain same.<br><br>it is handled at<br><a href="https://github.com/llvm-mirror/llvm/blob/master/lib/Target/AArch64/AArch64FrameLowering.cpp#L242">https://github.com/llvm-mirror/llvm/blob/master/lib/Target/AArch64/AArch64FrameLowering.cpp#L242</a><br><br>Here is a testcase <br><a href="https://godbolt.org/z/653p3q">https://godbolt.org/z/653p3q</a><br><br>Before going for fix,<br>Like to know community thought on this wether this is a bug or not?<br><br>./Kamlesh<br></div>