Thread overview
[Issue 23176] -vasm misses immediates for some SSE2 instructions
Jun 10, 2022
mhh
Jun 10, 2022
Dlang Bot
Jun 11, 2022
Dlang Bot
June 10, 2022
https://issues.dlang.org/show_bug.cgi?id=23176

mhh <maxhaton@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
June 10, 2022
https://issues.dlang.org/show_bug.cgi?id=23176

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton created dlang/dmd pull request #14197 "Fix Issue 23176 - teach -vasm to print immediates properly." fixing this issue:

- Fix Issue 23176 - teach -vasm to print immediates properly.

  This also makes the hopefully non-controversial change of
  introducing a nested function rather than a new use of goto.

https://github.com/dlang/dmd/pull/14197

--
June 11, 2022
https://issues.dlang.org/show_bug.cgi?id=23176

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14197 "Fix Issue 23176 - teach -vasm to print immediates properly." was merged into master:

- 7b7118f040355d81e4192ac2a4379266869f090d by mhh:
  Fix Issue 23176 - teach -vasm to print immediates properly.

  This also makes the hopefully non-controversial change of
  introducing a nested function rather than a new use of goto.

https://github.com/dlang/dmd/pull/14197

--