https://bugs.llvm.org/show_bug.cgi?id=40890

Hans Wennborg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #11 from Hans Wennborg <[email protected]> ---
(In reply to Hans Wennborg from comment #7)
> (In reply to Hans Wennborg from comment #6)
> > Taking a stab at this here: https://reviews.llvm.org/D58821
> 
> Committed in r355491.
> 
> I'll merge that to release_80 if it looks good after baking a day or two, so
> keeping the bug open.

Merged in r355674.


> > It looks like Jörg fixed that last week with r354937. I will get that merged
> > to release_80 as well.
> 
> Indeed, I've applied this locally and it fixes those errors.

Merged that in r355673.

> > Note to self: let's add a test for this too, e.g.
> > 
> > void foo(void)
> > {
> >   __asm__ __volatile__("movabsq %0, %%rax" : : "n"(4624529908474429119));
> > }
> 
> Yes, that is probably nice to have.

Committed in r355670.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to