This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512] add support in VFPCLASS
ClosedPublic

Authored by AsafBadouh on Sep 17 2015, 4:34 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

AsafBadouh updated this revision to Diff 34979.Sep 17 2015, 4:34 AM
AsafBadouh retitled this revision from to [X86][AVX512] add support in VFPCLASS.
AsafBadouh updated this object.
AsafBadouh added reviewers: igorb, delena.
AsafBadouh added a subscriber: llvm-commits.
delena edited edge metadata.Sep 17 2015, 6:29 AM

LGTM

../commit/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
237 ↗(On Diff #34979)

This define is unique for FPCLASS. Please put it inside the X86Vfpclass

This revision was automatically updated to reflect the committed changes.