This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] add getexp instruction
Needs ReviewPublic

Authored by AsafBadouh on May 25 2015, 7:50 AM.

Details

Reviewers
delena
Summary

add getexp instruction with sae
add rounding mode for sqrt

Diff Detail

Repository
rL LLVM

Event Timeline

AsafBadouh updated this revision to Diff 26433.May 25 2015, 7:50 AM
AsafBadouh retitled this revision from to [AVX512] add getexp instruction.
AsafBadouh updated this object.
AsafBadouh edited the test plan for this revision. (Show Details)
AsafBadouh set the repository for this revision to rL LLVM.
AsafBadouh added a reviewer: delena.
delena added inline comments.May 26 2015, 1:06 AM
lib/Target/X86/X86ISelLowering.h
208

Don't need 2 nodes for getexp.

AsafBadouh updated this revision to Diff 26894.Jun 1 2015, 5:42 AM

remove the extra SDNode

delena edited edge metadata.Jun 1 2015, 6:11 AM

Please fix the {} and commit.
Thanks

lib/Target/X86/X86ISelLowering.cpp
15077

remove {} from one line "if"