search for: zqkesy

Displaying 1 result from an estimated 1 matches for "zqkesy".

2019 Jun 25
2
Optimised stack direction?
...ck_direction(); } It generates the following assembly: main: # @main lea rcx, [rsp - 8] lea rdx, [rsp - 4] xor eax, eax cmp rdx, rcx setb al ret It seems to me it should be possible, because clearly LLVM knows the layout of x and y at compile time. Shared code: https://godbolt.org/z/ZQKESy <https://t.co/8wdz6ftAm7?amp=1> Thanks Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190625/16e9dc24/attachment.html>