[Issue 23084] [REG 2.080] dmd: src/dmd/backend/cgxmm.d:816: Assertion `0' failed.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed May 4 16:25:17 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23084
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #9 from Dlang Bot <dlang-bot at dlang.rocks> ---
@ljmf00 updated dlang/dmd pull request #14058 "fix(backend): define XMM
load/store codegen for short type variants" fixing this issue:
- fix(backend): define XMM load/store codegen for short type variants
The codegen try to generate optimized calls with XMM opcodes but fail to
do it. This patch adds logic to generate XMM load/store opcodes for
TYshort,TYushort. It also adds tests for previous similar ICEs.
Fix issue 23077, 23084.
Reference: https://issues.dlang.org/show_bug.cgi?id=23077
Reference: https://issues.dlang.org/show_bug.cgi?id=23084
Reference:
https://github.com/AuburnSounds/intel-intrinsics/commit/047e9f01ae4092600f99abab1a34e32db26b3a4f
Signed-off-by: Luís Ferreira <contact at lsferreira.net>
https://github.com/dlang/dmd/pull/14058
--
More information about the Digitalmars-d-bugs
mailing list