Skip to content

fix Issue 17215 - ICE(cgcod.c:findreg) with SIMD and -O -inline#6566

Merged
WalterBright merged 1 commit intodlang:stablefrom
MartinNowak:fix17215
Feb 25, 2017
Merged

fix Issue 17215 - ICE(cgcod.c:findreg) with SIMD and -O -inline#6566
WalterBright merged 1 commit intodlang:stablefrom
MartinNowak:fix17215

Conversation

@MartinNowak
Copy link
Member

  • caused by assigning 2*REGSIZE XMM vectors partially
  • only triggers since SROA sees this 8 bytes access

@dlang-bot
Copy link
Contributor

Fix Bugzilla Description
17215 [Reg 2.073] 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
@WalterBright WalterBright merged commit b054a20 into dlang:stable Feb 25, 2017
@MartinNowak MartinNowak deleted the fix17215 branch February 25, 2017 08:43
@@ -0,0 +1,9 @@
// REQUIRED_ARGS: -O
version (X86_64):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MartinNowak Even if the bug is X86_64 only, why not test all platforms?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants