Displaying 6 results from an estimated 6 matches for "ashe2".
Did you mean:
ashes
2017 Sep 18
0
Fwd: Seattle/King County based meetup
---------- Forwarded message ----------
From: keita abdoul-kader <abdoulk.keita at gmail.com>
Date: Mon, Sep 18, 2017 at 2:01 PM
Subject: Re: [llvm-dev] Seattle/King County based meetup
To: Sam Elliott <ashe2 at cs.washington.edu>
On Mon, Sep 18, 2017 at 1:53 PM, Sam Elliott <ashe2 at cs.washington.edu>
wrote:
> I would be interested. I'm at UW, doing a PhD.
>
> I imagine you might find some interest at Microsoft, at AMD, and I think
> Nvidia has an office here.
>
>...
2017 Jul 13
2
LLVM (Cool/Warm) DOT Printers for Profiling
Hi everyone,
I have been working with profiling in LLVM and I was wondering if it would
be interesting to upstream the following DOT Printers for Profiling
Visualization:
https://github.com/rcorcs/llvm-heat-printer
All suggestions are welcomed.
Thanks,
Rodrigo Rocha
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Aug 29
2
vector instruction
Hello,
is there a good way to determine that the instruction is a vector
instruction? Or the only way like it's size is multiple of the operands
size?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170829/bbe6213b/attachment.html>
2017 Jul 14
2
Next steps for optimization remarks?
> On Jul 14, 2017, at 10:22 AM, Davide Italiano <davide at freebsd.org> wrote:
>
> On Fri, Jul 14, 2017 at 10:10 AM, Adam Nemet <anemet at apple.com <mailto:anemet at apple.com>> wrote:
>>
>>
>> On Jul 14, 2017, at 8:21 AM, Davide Italiano via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> On Mon, Jun 19, 2017 at 4:13 PM, Brian
2017 Sep 02
3
getelementptr
Ok, thank you. I have also one question about getelementptr. In different
versions of clang I see that sometimes array[i][i] is preceded by two
getelementptr instructions and sometimes only by one - with an already
complex index.
2017-09-01 12:50 GMT+02:00 David Chisnall <David.Chisnall at cl.cam.ac.uk>:
> On 1 Sep 2017, at 11:44, Anastasiya Ruzhanskaya via llvm-dev <
> llvm-dev
2017 Jun 29
3
Definitive list of optimisations at each optimisation level
On Mon, Jun 26, 2017 at 5:04 AM, ORiordan, Martin <martin.oriordan at intel.com
> wrote:
> Thanks Sean and Silva.
>
>
>
> I guess what I was seeking was a URL that I could point (non-compiler)
> people at, but I guess no such reference exists. What I can do if
> reference bot the source manager and use ‘-mllvm -debug-pass=Structure’
> for each optimisation level,