This is an archive of the discontinued LLVM Phabricator instance.

[X86] Model MXCSR for AVX instructions other than AVX512
ClosedPublic

Authored by pengfei on Nov 30 2019, 9:58 PM.

Details

Summary

Model MXCSR for AVX instructions other than AVX512

Diff Detail

Event Timeline

pengfei created this revision.Nov 30 2019, 9:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2019, 9:58 PM
LuoYuanke added inline comments.Nov 30 2019, 11:57 PM
llvm/lib/Target/X86/X86InstrSSE.td
7329–7330

Is there any exception when convert from half to single float?

craig.topper added inline comments.Dec 1 2019, 12:23 AM
llvm/lib/Target/X86/X86InstrSSE.td
7329–7330

SNAN input signals an invalid operation exception

This revision is now accepted and ready to land.Dec 2 2019, 4:05 PM
This revision was automatically updated to reflect the committed changes.