Thread overview
[Issue 17105] [ICE] SIMD Internal error with optimizations: backend\cod3.c 6807
Dec 22, 2020
Walter Bright
Dec 22, 2020
Walter Bright
Dec 22, 2020
Dlang Bot
Dec 23, 2020
Walter Bright
Dec 23, 2020
Dlang Bot
December 22, 2020
https://issues.dlang.org/show_bug.cgi?id=17105

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend, SIMD
                 CC|                            |bugzilla@digitalmars.com

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
DPPS takes 3 arguments, like:

    __simd(XMM.DPPS, value, value, 0xFF);

Of course, the compiler still shouldn't issue an internal error.

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

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 #12046 "fix Issue 17105 - [ICE] SIMD Internal error with optimizations: backe…" fixing this issue:

- fix Issue 17105 - [ICE] SIMD Internal error with optimizations: backend\cod3.c 6807

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

--
December 23, 2020
https://issues.dlang.org/show_bug.cgi?id=17105

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
*** Issue 17106 has been marked as a duplicate of this issue. ***

--
December 23, 2020
https://issues.dlang.org/show_bug.cgi?id=17105

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12046 "fix Issue 17105 - [ICE] SIMD Internal error with optimizations: backe…" was merged into master:

- 46bc5e52402236eac5b1fa5c2726e073b00a5399 by Walter Bright:
  fix Issue 17105 - [ICE] SIMD Internal error with optimizations:
backend\cod3.c 6807

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

--