Thread overview
[Issue 21527] Unnecessary store to memory in SIMD code
Jan 06, 2021
Walter Bright
Jan 06, 2021
Dlang Bot
Jan 06, 2021
Dlang Bot
January 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21527

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend, performance, SIMD

--
January 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21527

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12103 "fix Issue 21527 - Unnecessary store to memory in SIMD code" fixing this issue:

- fix Issue 21527 - Unnecessary store to memory in SIMD code

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

--
January 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21527

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 #12103 "fix Issue 21527 - Unnecessary store to memory in SIMD code" was merged into master:

- 4de894dcd8022925132674643c47d2108443765f by Walter Bright:
  fix Issue 21527 - Unnecessary store to memory in SIMD code

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

--