Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 25, 2017

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