search for: ottet

Displaying 2 results from an estimated 2 matches for "ottet".

Did you mean: octet
2019 Jul 26
2
Stackmap offset computation on AArch64
...ead of the expected 8. After trying a few other configurations it happens that the offsets are computed relative to the stack pointer of the parent frame instead of the current one. Can someone point me to the place where the stackmap offsets get computed so I can try to debug this? Thanks, Loïc Ottet
2019 Jul 31
0
Stackmap offset computation on AArch64
...Philip > > On 7/27/19 2:22 AM, Sam Elliott via llvm-dev wrote: >> I think you should be looking in AArch64FrameLowering.cpp. The relevant function is AArch64FrameLowering::getFrameIndexReference, I believe. >> >> Sam >> >>> On 26 Jul 2019, at 10:55AM, Loïc Ottet via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>> Hi all, >>> >>> I am trying to implement statepoints for the AArch64 target and I’m running into the issue where the following bitcode: >>> >>> define i32 addrspace(1)* @test(i32...