Bug 13927 – optimizer hangs in optelem with SIMD initialization

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-01-03T02:53:00Z
Last change time
2017-01-16T23:25:26Z
Keywords
pull, SIMD
Assigned to
nobody
Creator
code

Comments

Comment #0 by code — 2015-01-03T02:53:11Z
cat > bug.d << CODE import core.simd; void foo(ulong2 a) { ulong2 b = [long.min, long.min]; auto tmp = a - b; } CODE dmd -c -O bug
Comment #1 by bugzilla — 2016-11-22T13:58:32Z
Comment #2 by github-bugzilla — 2016-11-24T09:48:00Z
Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4da63f8641c7e54462162685e8d88ff3323d2d83 fix Issue 13927 - optimizer hangs in optelem with SIMD initialization https://github.com/dlang/dmd/commit/3d34c5f9a5f02e822b5fe963125898ecd512e6c6 Merge pull request #6275 from WalterBright/fix13927 fix Issue 13927 - optimizer hangs in optelem with SIMD initialization
Comment #3 by github-bugzilla — 2016-11-24T09:49:27Z
Commit pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c3a32002dc70792130d70bdf58dc7a3ab5915ef6 Merge pull request #6275 from WalterBright/fix13927 fix Issue 13927 - optimizer hangs in optelem with SIMD initialization
Comment #4 by github-bugzilla — 2016-12-18T22:53:15Z
Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c3a32002dc70792130d70bdf58dc7a3ab5915ef6 Merge pull request #6275 from WalterBright/fix13927
Comment #5 by github-bugzilla — 2016-12-27T14:41:25Z
Commits pushed to scope at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4da63f8641c7e54462162685e8d88ff3323d2d83 fix Issue 13927 - optimizer hangs in optelem with SIMD initialization https://github.com/dlang/dmd/commit/3d34c5f9a5f02e822b5fe963125898ecd512e6c6 Merge pull request #6275 from WalterBright/fix13927 https://github.com/dlang/dmd/commit/c3a32002dc70792130d70bdf58dc7a3ab5915ef6 Merge pull request #6275 from WalterBright/fix13927
Comment #6 by github-bugzilla — 2017-01-16T23:25:26Z
Commits pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4da63f8641c7e54462162685e8d88ff3323d2d83 fix Issue 13927 - optimizer hangs in optelem with SIMD initialization https://github.com/dlang/dmd/commit/3d34c5f9a5f02e822b5fe963125898ecd512e6c6 Merge pull request #6275 from WalterBright/fix13927 https://github.com/dlang/dmd/commit/c3a32002dc70792130d70bdf58dc7a3ab5915ef6 Merge pull request #6275 from WalterBright/fix13927