search for: pandya

Displaying 20 results from an estimated 209 matches for "pandya".

2016 May 28
3
Updating RegMask inline
> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com <mailto:vivekvpandya at gmail.com>> wrote: > > > On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com...
2016 May 18
2
[GSoC 2016] Introduction - "Enabling Polyhedral Optimizations in Julia"
...cording patch on phabricator. I also took the liberty to change the design a little bit (based on the open projects page http://llvm.org/OpenProjects.html). But take it with a grain of salt, I'm no html expert :) Best regards, Matthias Am Dienstag, 10. Mai 2016 19:48:21 UTC+2 schrieb vivek pandya: > > > > *Vivek Pandya* > > > On Tue, May 10, 2016 at 11:15 PM, vivek pandya <vivekv... at gmail.com > <javascript:>> wrote: > >> Hello Matthias Reisinger, >> >> It is simple html page that shows simple abstract ( which I have already &g...
2017 Mar 04
7
Why ISel Shifts operations can only be expanded for Value type vector ?
...than if we return ISD::MUL with constant imm operand than LLVM will convert it to SHL again because the constant will be power of 2. Thus it creates loop. So we may add target specific ISD node and lower it to mul instruction. --Vivek > Thanks. > > On Fri, Mar 3, 2017 at 12:21 PM, vivek pandya via llvm-dev < > llvm-dev at lists.llvm.org > <javascript:_e(%7B%7D,'cvml','llvm-dev at lists.llvm.org');>> wrote: > >> Hello LLVM Devs, >> >> I am working on a target on which no SHL instruction is available. So >> wanted to expand it th...
2016 May 28
2
Updating RegMask inline
static void setXXX(MachineInstr &MI, ...) { for (MachineOperand &MO : MI.operands()) { if (MO.isRegMask()) MO.setRegMask(...); } } > On May 27, 2016, at 7:02 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de <mailto:matze at braunis.de>> wrote: > >> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org &l...
2016 May 28
0
Updating RegMask inline
On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de> wrote: > > On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com> > wrote: > >> >> >> On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com> >> wrote...
2016 Mar 23
5
Open Project : Inter-procedural Register Allocation [GSoC 2016]
...is that it will be challenging to complete within one summer unless > you're already familiar with LLVM's register allocator. > > I've CC'ed some people who can give you some more detailed information. > > -- Sanjoy > > > On Tue, Feb 9, 2016 at 9:17 PM, vivek pandya via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hello Community, >> >> I would like to know status of the project and also importance of it. If the >> project is still open I would like to work on GSoC 2016 proposal for >> Inter-procedural Register Alloc...
2016 May 28
0
Updating RegMask inline
...MO : MI.operands()) { > if (MO.isRegMask()) > MO.setRegMask(...); > } > } > > Ok this is what Mehdi Amini suggested. I will do that, but just to note this will add method to MO so this change is not completely contained in IPRA files. Vivek > On May 27, 2016, at 7:02 PM, vivek pandya via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de> wrote: > >> >> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >&...
2016 Mar 20
2
We really need more community involvement with GSoC
...t fewer members. James On Sun, 20 Mar 2016 at 14:47, Bruce Hoult <bruce at hoult.org> wrote: > IRC doesn't archive messages, but many IRC communities run a bot as a room > participant that archives to a web site (and often other services). > > On Sunday, 20 March 2016, vivek pandya <vivekvpandya at gmail.com> wrote: > >> @James >> I am not sure in IRC if we can retrieve back the older messages. So >> consider Slack as suggestion only. >> >> *Vivek Pandya* >> >> >> On Sun, Mar 20, 2016 at 6:29 PM, James Molloy <james...
2016 May 27
3
Updating RegMask inline
On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > > On May 27, 2016, at 11:49 AM, vivek pandya <vivekvpandya at gmail.com> > wrote: > > > > Hello Mentors, > > > > I have completed writing simple register mask calculator pass, an > immutable pass that stores RegMasks and provides API to query them, and a > target specific pass for X86 target which curren...
2016 Mar 23
0
Open Project : Inter-procedural Register Allocation [GSoC 2016]
...n can be a big win, but my estimate is that it will be challenging to complete within one summer unless you're already familiar with LLVM's register allocator. I've CC'ed some people who can give you some more detailed information. -- Sanjoy On Tue, Feb 9, 2016 at 9:17 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hello Community, > > I would like to know status of the project and also importance of it. If the > project is still open I would like to work on GSoC 2016 proposal for > Inter-procedural Register Allocation, in that case pleas...
2016 May 28
1
Updating RegMask inline
Sent from my iPhone > On May 27, 2016, at 7:02 PM, vivek pandya <vivekvpandya at gmail.com> wrote: > > > >> On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de> wrote: >> >>> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>>...
2016 May 28
0
Updating RegMask inline
On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com> wrote: > > > On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com> > wrote: > >> >> > On May 27, 2016, at 11:49 AM, vivek pandya <vivekvpandya at gmail.com> >> wrote: >> > >> > He...
2016 Feb 16
4
[help] Kaleidoscope build fails after llvm-3.8
...irtual member function has no definition. ld: symbol(s) not found for architecture x86_64 clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation) With previous version 3.8.0svn it used to build successfully. Can someone help me what I am doing wrong ? Sincerely, *Vivek Pandya* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160216/2b4d950f/attachment.html>
2016 May 10
2
[GSoC 2016] Introduction - "Enabling Polyhedral Optimizations in Julia"
...vm-project/www/trunk/SummerOfCode/ then do required changes and send patch for review on Phabricator http://reviews.llvm.org, while sending patch please follow guidelines given at http://reviews.llvm.org. Add Tobias and GRoman as reviewers. Feel free to ask for any help! Sincerely, Vivek *Vivek Pandya* On Tue, May 10, 2016 at 8:51 PM, Tobias Grosser <tobias.grosser at inf.ethz.ch> wrote: > On 05/10/2016 04:25 PM, Matthias Reisinger wrote: > > > > > > Do you happen to have any plans on reporting your progress publicly? > > > > > > I will try to...
2016 Jul 12
3
Not able to use PGO with LLVM+Clang built from source
Hello, When I try to use -fprofile-instr-generate with clang (which is built from source) I am getting following error : ld: file not found: /Users/Mr.Pandya/My_Stuff/Active/llvm/build/bin/../lib/clang/3.9.0/lib/darwin/libclang_rt.profile_osx.a clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation) I am not building compiler RT with LLVM. Am I missing any thing while building llvm/clang ? Sincerely, Vivek -------------- n...
2016 Mar 18
2
[GSoC 2016] Need more info on Add a MachineModulePass
*Vivek Pandya* On Fri, Mar 18, 2016 at 10:03 PM, Quentin Colombet <qcolombet at apple.com> wrote: > Hi Vivek, > > On Mar 16, 2016, at 1:00 PM, vivek pandya via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Hello, > > Probably this may be too late to start thinking abo...
2016 May 28
1
Updating RegMask inline
Sent from my iPhone > On May 27, 2016, at 6:55 PM, vivek pandya <vivekvpandya at gmail.com> wrote: > > > >> On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com> wrote: >> >> >>> On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: >>> >>&g...
2016 Mar 23
1
Open Project : Inter-procedural Register Allocation [GSoC 2016]
*Vivek Pandya* On Wed, Mar 23, 2016 at 9:43 AM, C Bergström <cbergstrom at pathscale.com> wrote: > From the research and code I've seen - Doesn't this break regalloc > down into a global and location allocation strategy? (maybe I'm > remembering incorrectly) > > Yes I think yo...
2016 Mar 20
2
We really need more community involvement with GSoC
@James I am not sure in IRC if we can retrieve back the older messages. So consider Slack as suggestion only. *Vivek Pandya* On Sun, Mar 20, 2016 at 6:29 PM, James Molloy <james at jamesmolloy.co.uk> wrote: > Hmm. But we already use IRC, we don't already use Slack (as a community). > > On Sun, 20 Mar 2016 at 10:57, vivek pandya <vivekvpandya at gmail.com> wrote: > >> I would like to...
2016 May 11
2
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
----- Original Message ----- > From: "vivek pandya" <vivekvpandya at gmail.com> > To: "Matthias Braun" <matze at braunis.de> > Cc: "Hal Finkel" <hfinkel at anl.gov>, "llvm-dev" > <llvm-dev at lists.llvm.org> > Sent: Wednesday, May 11, 2016 1:14:07 PM > Subject: Re: [llvm-dev]...