search for: kosov

Displaying 6 results from an estimated 6 matches for "kosov".

Did you mean: kostov
2019 Nov 22
2
[ARM] Peephole optimization ( instructions tst + add )
Ok, thank you, I will implement it then. As far as I see this optimization should be done in AArch64LoadStoreOptimizer, is it right? From: Eli Friedman [mailto:efriedma at quicinc.com] Sent: Thursday, November 21, 2019 11:55 PM To: Kosov Pavel <kosov.pavel at huawei.com>; LLVM Dev <llvm-dev at lists.llvm.org> Subject: RE: [llvm-dev] [ARM] Peephole optimization ( instructions tst + add ) That transform is legal; it's a missed optimization. -Eli From: llvm-dev <llvm-dev-bounces at lists.llvm.org<mailto:llvm-d...
2019 Nov 21
2
[ARM] Peephole optimization ( instructions tst + add )
Hello! I noticed that in some cases clang generates sequence of AND+TST instructions: For example: AND x3, x2, x1 TST x2, x1 I think these instructions should be merged to one: ANDS x3, x2, x1 ( because TST <Xn>, <Xm> is alias for ANDS XZR, <Xn>, <Xm> -
2015 Sep 05
2
[APT] lldb symbols
Hello. I have a crash of lldb-3.8 installed for Ubuntu 15.04 from here http://llvm.org/apt/ I want to debug it using gdb by myself but I can't get symbols. Any suggestions on how can I get it? -- Eugene
2020 Aug 15
3
LLVM Book Opportunity
Hi, Matthew, all nice to hear about interest from Packt Publishing for LLVM I think there are a lot of professionals in this mailing list, who can be an author of the book. But writing a good book demands a lot of time, so that's why there are not so many responses (and also maybe because of well-formed and updated online documentation, which can be a good replacement for the book).
2020 Aug 15
2
LLVM Book Opportunity
...ibution > on easing up the learning curve. Otherwise I agree with what Pavel said, > the official document website is good enough: It can be updated whenever we > want and articles were usually written by LLVM veterans. > > Best, > -Min > > On Aug 15, 2020, at 1:55 AM, Pavel Kosov via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > Hi, Matthew, all > > nice to hear about interest from Packt Publishing for LLVM > > I think there are a lot of professionals in this mailing list, who can > be an author of the book. > > But writin...
2006 Mar 17
1
Multiplexing overflow
...tudio7.rar multiplexing overflow 101:7104843 [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(809) What does this mean? I've googled error message but couldn't find anything relevant. Any help will be greatly appreciated! Thanks in advance -- Regards, Eugene Kosov.