AVX512: Implemented encoding and intrinsics for vcmpss/sd.
Added tests for intrinsics and encoding.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
15889 ↗ | (On Diff #33925) | It should be SIGN_EXTEND here. |
lib/Target/X86/X86InstrFragmentsSIMD.td | ||
171 ↗ | (On Diff #33925) | Try to use the same FSETCC node with different number of parameters. |
test/CodeGen/X86/avx512-intrinsics.ll | ||
3989 ↗ | (On Diff #33925) | Please use logical ops here "and" / "or". |