[Issue 17215] [Reg 2.073] ICE(cgcod.c:findreg) with SIMD and -O -inline
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Feb 24 17:55:41 PST 2017
https://issues.dlang.org/show_bug.cgi?id=17215
--- Comment #6 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/46d1948f4c4f05143729f9849b4edefe01b1a02e
fix Issue 17215 - ICE(cgcod.c:findreg) with SIMD and -O -inline
- caused by assigning 2*REGSIZE XMM vectors partially
- only triggers since SROA sees this 8 bytes access
https://github.com/dlang/dmd/commit/b054a20d288db623c91ccbb9f2fb1e9f64e5f100
Merge pull request #6566 from MartinNowak/fix17215
fix Issue 17215 - ICE(cgcod.c:findreg) with SIMD and -O -inline
--
More information about the Digitalmars-d-bugs
mailing list