This is an archive of the discontinued LLVM Phabricator instance.

[X86] Reject xmm16-31 in inline asm constraints when AVX512 is disabled
ClosedPublic

Authored by craig.topper on Mar 1 2018, 10:52 AM.

Details

Summary

Fixes PR36532

I'm pretty sure we don't reject xmm8-xmm31 or r8-r15 in 32-bit mode either, but I'm starting with the filed bug.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 1 2018, 10:52 AM
RKSimon accepted this revision.Mar 2 2018, 10:10 AM

LGTM

This revision is now accepted and ready to land.Mar 2 2018, 10:10 AM
This revision was automatically updated to reflect the committed changes.