search for: questionabout

Displaying 5 results from an estimated 5 matches for "questionabout".

Did you mean: questionsabout
2005 May 17
0
RE: Suggestion for Documentation Addition and Questionabout serial Ports
> My server is equipped with a serial console which i now got > fully working under Xen. However it was not clear to me after > reading the documentation point 2.4.2 (Serial Console) that > the ttyS0 device would be provided by Xen and therefore i > need to remove the serial port driver from my linux kernel. I > therefore suggest adding a notice about that. > >
2020 Mar 21
2
questionabout loop rotation
hi, I had an implementation of loop-rotation that peels the loop such that each conditional is executed at least once. https://reviews.llvm.org/D22630 This helps with LICM when instructions inside a conditional is loop invariant. The patch has decent number of test cases. All the requested comments were addressed at that time. I'm happy to rebase and put the patch again. -Aditya
2020 Mar 23
2
questionabout loop rotation
Hi, Aditya, I took a look but I was hoping for a simpler example. And something that is more "usual". As Florian mentioned, these branches are on undefs. But thank you. Best, Stefanos Στις Δευ, 23 Μαρ 2020 στις 1:16 μ.μ., ο/η Florian Hahn < florian_hahn at apple.com> έγραψε: > > > > On Mar 21, 2020, at 23:13, Aditya K via llvm-dev < > llvm-dev at
2020 Mar 21
4
questionabout loop rotation
...Baziotis <stefanos.baziotis at gmail.com> Sent: Saturday, March 21, 2020 1:42 PM To: Aditya K <hiraditya at msn.com>; 林政宗 <jackie_linzz at 126.com>; Johannes Doerfert <johannesdoerfert at gmail.com> Cc: llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] questionabout loop rotation   Hi Aditya, Glad to hear that. I want to read the patch but it's kind of big and unfortunately right now I so don't have time. I'll try to take a look when there is some time. In the meantime, you may want to add Kit Barton and Michael Kruse as reviewers. One q...
2020 Mar 20
4
questionabout loop rotation
Hi, I have read an email from the mail list. And I have a question about loop rotation. What is it if it is the case below. -------------------------------------------------------------------------- loop: A br X B br Y C br loop, Z ------------------------------------------------- Thanks! Jerry [LLVMdev] Loop rotation and loop inversion in LLVM? Andrew Trickatrick at apple.com Mon May 20