Displaying 20 results from an estimated 22 matches for "26445".
Did you mean:
26440
2016 Mar 16
3
RFC: A change in InstCombine canonical form
=== PROBLEM === (See this bug https://llvm.org/bugs/show_bug.cgi?id=26445)
IR contains code for loading a float from float * and storing it to a float
* address. After canonicalization of load in InstCombine [1], new bitcasts
are added to the IR (see bottom of the email for code samples). This
prevents select speculation in SROA to work. Also after SROA we have
bitcasts...
2016 Mar 22
2
RFC: A change in InstCombine canonical form
...- Dave
>
>
> Thanks,
>
> --
> Mehdi
>
>> On Mar 16, 2016, at 6:41 AM, Ehsan Amiri via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>
>> === PROBLEM === (See this bug https://llvm.org/bugs/show_bug.cgi?id=26445 <https://llvm.org/bugs/show_bug.cgi?id=26445>)
>>
>> IR contains code for loading a float from float * and storing it to a float * address. After canonicalization of load in InstCombine [1], new bitcasts are added to the IR (see bottom of the email for code samples). This prevent...
2016 Mar 22
0
RFC: A change in InstCombine canonical form
...ar 16, 2016, at 6:41 AM, Ehsan Amiri via llvm-dev < <mailto:llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>>>>>
>>>>>> === PROBLEM === (See this bug <https://llvm.org/bugs/show_bug.cgi?id=26445>https://llvm.org/bugs/show_bug.cgi?id=26445 <https://llvm.org/bugs/show_bug.cgi?id=26445>)
>>>>>>
>>>>>> IR contains code for loading a float from float * and storing it to a float * address. After canonicalization of load in InstCombine [1], new bitcas...
2016 Mar 22
4
RFC: A change in InstCombine canonical form
...gt;>> On Mar 16, 2016, at 6:41 AM, Ehsan Amiri via llvm-dev < <mailto:llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>>>
>>>> === PROBLEM === (See this bug <https://llvm.org/bugs/show_bug.cgi?id=26445>https://llvm.org/bugs/show_bug.cgi?id=26445 <https://llvm.org/bugs/show_bug.cgi?id=26445>)
>>>>
>>>> IR contains code for loading a float from float * and storing it to a float * address. After canonicalization of load in InstCombine [1], new bitcasts are added to...
2016 Mar 22
0
RFC: A change in InstCombine canonical form
...Amiri via
>>> llvm-dev <llvm-dev at lists.llvm.org
>>> <mailto:llvm-dev at lists.llvm.org>> wrote:
>>>
>>> === PROBLEM === (See this bug
>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>
>>> IR contains code for loading a float from float *
>>> and storing it to a float * address. After
>>> canonicalization of load in InstCombine [1], new
>>> bitcasts are added to the I...
2016 Mar 22
0
RFC: A change in InstCombine canonical form
...6:41 AM, Ehsan Amiri via llvm-dev < <mailto:llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>>>>>>>
>>>>>>>> === PROBLEM === (See this bug <https://llvm.org/bugs/show_bug.cgi?id=26445>https://llvm.org/bugs/show_bug.cgi?id=26445 <https://llvm.org/bugs/show_bug.cgi?id=26445>)
>>>>>>>>
>>>>>>>> IR contains code for loading a float from float * and storing it to a float * address. After canonicalization of load in InstCombine...
2016 Mar 22
0
RFC: A change in InstCombine canonical form
...gt; > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
> > > > > > > > > === PROBLEM === (See this bug
> > > > > > > > > https://llvm.org/bugs/show_bug.cgi?id=26445 )
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
> > > > > > > > > IR contains code for loading a float from float * and
> >...
2016 Mar 22
2
RFC: A change in InstCombine canonical form
...via
>>>>>>> llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>>>>>>
>>>>>>> === PROBLEM === (See this bug
>>>>>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>>>>>
>>>>>>> IR contains code for loading a float from
>>>>>>> float * and storing it to a float * address.
>>>>>>> After canonicalization of load in
&...
2005 Dec 16
0
More HABTM Save Problems/Issues.. bugs?
I seem to be having a problem working with an object which has a
HABTM relationship with another object I know there''s been a lot of
talk recently about problems using dual HABTM in a single object but
I believe this may be a separate issue. It appears like I''m unable to
persist this relationship (i.e. the object saves but none of the
entries in the join table are
2016 Mar 16
3
RFC: A change in InstCombine canonical form
...Thanks,
>>>
>>> --
>>> Mehdi
>>>
>>> On Mar 16, 2016, at 6:41 AM, Ehsan Amiri via llvm-dev <
>>> llvm-dev at lists.llvm.org> wrote:
>>>
>>> === PROBLEM === (See this bug
>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>
>>> IR contains code for loading a float from float * and storing it to a
>>> float * address. After canonicalization of load in InstCombine [1], new
>>> bitcasts are added to the IR (see bottom of the email for code samples).
>>> This prevents sele...
2016 Mar 16
2
RFC: A change in InstCombine canonical form
...vide some techniques/tools to help people approach
those)
- Dave
>
> Thanks,
>
> --
> Mehdi
>
> On Mar 16, 2016, at 6:41 AM, Ehsan Amiri via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> === PROBLEM === (See this bug https://llvm.org/bugs/show_bug.cgi?id=26445)
>
> IR contains code for loading a float from float * and storing it to a
> float * address. After canonicalization of load in InstCombine [1], new
> bitcasts are added to the IR (see bottom of the email for code samples).
> This prevents select speculation in SROA to work. Also aft...
2016 Mar 22
0
RFC: A change in InstCombine canonical form
...t;> --
>>>> Mehdi
>>>>
>>>> On Mar 16, 2016, at 6:41 AM, Ehsan Amiri via llvm-dev <
>>>> llvm-dev at lists.llvm.org> wrote:
>>>>
>>>> === PROBLEM === (See this bug
>>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>>
>>>> IR contains code for loading a float from float * and storing it to a
>>>> float * address. After canonicalization of load in InstCombine [1], new
>>>> bitcasts are added to the IR (see bottom of the email for code samples).
>>>>...
2016 Mar 22
2
RFC: A change in InstCombine canonical form
...dev <llvm-dev at lists.llvm.org
>>>>> <mailto:llvm-dev at lists.llvm.org>> wrote:
>>>>>
>>>>> === PROBLEM === (See this bug
>>>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>>>
>>>>> IR contains code for loading a float from
>>>>> float * and storing it to a float * address.
>>>>> After canonicalization of load in InstCombine
>>>>>...
2016 Mar 22
0
RFC: A change in InstCombine canonical form
...>>> On Mar 16, 2016, at 6:41 AM, Ehsan Amiri via llvm-dev <
>>>>> <llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org> wrote:
>>>>>
>>>>> === PROBLEM === (See this bug
>>>>> <https://llvm.org/bugs/show_bug.cgi?id=26445>
>>>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>>>
>>>>> IR contains code for loading a float from float * and storing it to a
>>>>> float * address. After canonicalization of load in InstCombine [1], new
>>>>> bit...
2016 Mar 22
8
RFC: A change in InstCombine canonical form
...Mar 16, 2016, at 6:41 AM, Ehsan Amiri via llvm-dev <
>>>>>> <llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org> wrote:
>>>>>>
>>>>>> === PROBLEM === (See this bug
>>>>>> <https://llvm.org/bugs/show_bug.cgi?id=26445>
>>>>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>>>>
>>>>>> IR contains code for loading a float from float * and storing it to a
>>>>>> float * address. After canonicalization of load in InstCombine [1], new
>>...
2016 Mar 28
0
RFC: A change in InstCombine canonical form
Sorry for my delay responding, finally caught up on my email to this point
and read through the whole thread.
First and foremost: we should *definitely* not sit on our hands and wait
for typeless pointers to arrive. However, we also shouldn't (IMO) take on
lots of technical debt instead of working on causing typeless pointers to
arrive sooner. But I don't think any of the options here are
2016 Mar 23
2
RFC: A change in InstCombine canonical form
OK. I will do some experiments with (1) on Power PC. Will update this email
chain about the results.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160323/f05c1bad/attachment.html>
2016 Mar 22
0
RFC: A change in InstCombine canonical form
...6:41 AM, Ehsan Amiri via llvm-dev <
>>>>>>> <llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org> wrote:
>>>>>>>
>>>>>>> === PROBLEM === (See this bug
>>>>>>> <https://llvm.org/bugs/show_bug.cgi?id=26445>
>>>>>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>>>>>
>>>>>>> IR contains code for loading a float from float * and storing it to
>>>>>>> a float * address. After canonicalization of load in InstCombine [...
2019 Aug 23
0
Wine release 4.0.2
...9098 Regedit randomly crashes when deleting registry keys
21403 Shiva Editor/Evochron: Mercenary refuse to run with built-in dinput/dinput8.dll
23455 FileAlyzer 1.6.0.4, Affinity-installer-1.6.5.123 can't load PE images (needs imagehlp.ImageLoad and imagehlp.ImageUnload implementation)
26445 URLDownloadToFileW does not support FTP URLs
28847 LabChart Reader 7.x crashes due to missing wmvcore 'IWMProfileManager2', CLSID '{7a924e51-73c1-494d-8019-23d37ed9b89a}'
33845 Warframe (Steam) updater fails to replace 'Launcher.exe', reports sharing violation
33904...
2016 Mar 22
1
RFC: A change in InstCombine canonical form
...;>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> === PROBLEM === (See this bug
>>>>>>>>> https://llvm.org/bugs/show_bug.cgi?id=26445)
>>>>>>>>>
>>>>>>>>> IR contains code for loading a
>>>>>>>>> float from float * and storing it
>>>>>>>>> t...