search for: zinenko

Displaying 7 results from an estimated 7 matches for "zinenko".

Did you mean: zelenko
2012 Dec 07
0
[LLVMdev] Converting documentation to rst
Hello, I'm converting HowToReleaseLLVM.html, expect to finish today. -- Alexander Zinenko On 6 December 2012 21:14, Sean Silva <silvas at purdue.edu> wrote: > FYI I am bout to convert LangRef. it should be done by the end of > today. Please keep me up to date with any work you do on the other > documents. > > -- Sean Silva > > On Thu, Dec 6, 2012 at 12:12 P...
2012 Dec 06
2
[LLVMdev] Converting documentation to rst
FYI I am bout to convert LangRef. it should be done by the end of today. Please keep me up to date with any work you do on the other documents. -- Sean Silva On Thu, Dec 6, 2012 at 12:12 PM, Sean Silva <silvas at purdue.edu> wrote: > Thanks for doing this. > > I was planning on finishing these by this weekend. If you are planning > on taking significantly longer than that I
2020 Mar 03
2
problems accessing llvm.org from Europe
..., Benno Krauss via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Alex, > > I can reproduce the issue. About 5 seconds to load llvm.org< > http://llvm.org>, most other domains load instantly. This is from Germany. > > Benno > Am 03.03.2020 um 10:13 schrieb Alex Zinenko via llvm-dev < > llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>>: > > Hi there, > > over the last couple of weeks, I've seen very high latencies while > accessing llvm.org<http://llvm.org/>, in the range of 5-7 seconds. This > concerns the m...
2020 Mar 03
2
problems accessing llvm.org from Europe
...t; >>> Hi Alex, >>> >>> I can reproduce the issue. About 5 seconds to load llvm.org< >>> http://llvm.org>, most other domains load instantly. This is from >>> Germany. >>> >>> Benno >>> Am 03.03.2020 um 10:13 schrieb Alex Zinenko via llvm-dev < >>> llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>>: >>> >>> Hi there, >>> >>> over the last couple of weeks, I've seen very high latencies while >>> accessing llvm.org<http://llvm.org/>, in th...
2020 Mar 03
2
problems accessing llvm.org from Europe
Hi there, over the last couple of weeks, I've seen very high latencies while accessing llvm.org, in the range of 5-7 seconds. This concerns the main site, docs and bugzilla. Several colleagues of mine mentioned the same problem. This does not seem to be due to a specific provider or network route issue as affected people are located in different countries, but all in Europe. Folks in the US
2020 Aug 13
2
cmpxchg on floats
Hi LLVM-dev, when working on MLIR-to-LLVM-IR conversion, I noticed that it is possible to programmatically construct a cmpxchg instruction operating on floats (or actually any type since there is no assertion on pointer element type here https://github.com/llvm/llvm-project/blob/9c2e708f0dc547d386ea528450a33ef4bd2a750b/llvm/lib/IR/Instructions.cpp#L1501), but LangRef specifies that only integers
2020 Aug 14
3
cmpxchg on floats
...via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Does the code generator support this? If not, we should add an assertion to the verifier. If so, we can consider relaxing langref or making it more specific about floats. > > -Chris > > On Aug 13, 2020, at 6:35 AM, Alex Zinenko via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi LLVM-dev, > > when working on MLIR-to-LLVM-IR conversion, I noticed that it is possible to programmatically construct a cmpxchg instruction operating on floats (or actually any type since there is no assertion on pointer elem...