add intrinsics for both float and double
Details
Details
Diff Detail
Diff Detail
Event Timeline
../commit/llvm_clean/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
16341 | I did not mean that you put SIGN_EXTEND on ANY_EXTEND. It is just meaningless. |
Paths
| Differential D13769
[X86][AVX512DQ] add scalar fpclass ClosedPublic Authored by AsafBadouh on Oct 15 2015, 4:53 AM.
Details Summary add intrinsics for both float and double
Diff Detail Event TimelineAsafBadouh updated this object.
Closed by commit rL250650: [X86][AVX512DQ] add scalar fpclass (authored by abadouh). · Explain WhyOct 18 2015, 4:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37700 ../commit/llvm_clean/include/llvm/IR/IntrinsicsX86.td
../commit/llvm_clean/lib/Target/X86/X86ISelLowering.cpp
../commit/llvm_clean/lib/Target/X86/X86InstrAVX512.td
../commit/llvm_clean/lib/Target/X86/X86InstrFragmentsSIMD.td
../commit/llvm_clean/lib/Target/X86/X86IntrinsicsInfo.h
../commit/llvm_clean/test/CodeGen/X86/avx512dq-intrinsics.ll
../commit/llvm_clean/test/MC/X86/x86-64-avx512dq.s
|
I did not mean that you put SIGN_EXTEND on ANY_EXTEND. It is just meaningless.
Is this possible:
return DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i8,FPclassMask ) ?