Thread overview
[Issue 23307] [REG][CODEGEN][SIMD] wrong codegen with inlined local functions + SIMD
Aug 28, 2022
Guillaume Piolat
Dec 22, 2022
Walter Bright
Dec 22, 2022
Dlang Bot
Dec 22, 2022
Dlang Bot
August 28, 2022
https://issues.dlang.org/show_bug.cgi?id=23307

Guillaume Piolat <contact@auburnsounds.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend, SIMD, wrong-code

--
December 22, 2022
https://issues.dlang.org/show_bug.cgi?id=23307

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
This works for me with the current master.

--
December 22, 2022
https://issues.dlang.org/show_bug.cgi?id=23307

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14733 "fix Issue 23307 - [REG][CODEGEN][SIMD] wrong codegen with inlined loc…" fixing this issue:

- fix Issue 23307 - [REG][CODEGEN][SIMD] wrong codegen with inlined local functions + SIMD

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

--
December 22, 2022
https://issues.dlang.org/show_bug.cgi?id=23307

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14733 "fix Issue 23307 - [REG][CODEGEN][SIMD] wrong codegen with inlined loc…" was merged into master:

- 357c712b903c55b52099780caa7c9f5784cad494 by Walter Bright:
  fix Issue 23307 - [REG][CODEGEN][SIMD] wrong codegen with inlined local
functions + SIMD

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

--