This is an archive of the discontinued LLVM Phabricator instance.

[X86] add RSQRT14 & RCP14 Scalar FP
ClosedPublic

Authored by AsafBadouh on Sep 1 2015, 5:42 AM.

Diff Detail

Event Timeline

AsafBadouh updated this revision to Diff 33680.Sep 1 2015, 5:42 AM
AsafBadouh retitled this revision from to [X86] add RSQRT14 & RCP14 Scalar FP.
AsafBadouh updated this object.
AsafBadouh added reviewers: delena, igorb.
AsafBadouh added a subscriber: llvm-commits.
AsafBadouh updated this revision to Diff 33681.Sep 1 2015, 5:49 AM

add encoding tests

delena added inline comments.Sep 2 2015, 1:28 AM
../llvmOrg/lib/Target/X86/X86InstrFragmentsSIMD.td
61

Can we use the same FRSQRT/FRCP for the scalar node?

This revision was automatically updated to reflect the committed changes.