search for: msg01034

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

Did you mean: msg01039
2020 Oct 15
3
Out-of-line atomics implementation ways
Greetings everyone, I am working on Aarch64 LSE out-of-line atomics support in LLVM, porting this GCC series: https://gcc.gnu.org/legacy-ml/gcc-patches/2019-09/msg01034.html After local design experiments I've got some questions about upstream-suitable ways of implementation. More specifically: 1. Pass to expand atomics to library helper functions calls. These helpers test for the presence of LSE instructions and dispatch to corresponding sequence of instruc...
2020 Oct 15
0
Out-of-line atomics implementation ways
...Sent: Thursday, October 15, 2020 9:53 AM To: llvm-dev at lists.llvm.org Subject: [EXT] [llvm-dev] Out-of-line atomics implementation ways Greetings everyone, I am working on Aarch64 LSE out-of-line atomics support in LLVM, porting this GCC series: https://gcc.gnu.org/legacy-ml/gcc-patches/2019-09/msg01034.html After local design experiments I've got some questions about upstream-suitable ways of implementation. More specifically: 1. Pass to expand atomics to library helper functions calls. These helpers test for the presence of LSE instructions and dispatch to corresponding sequence of instruct...