FP logic instructions are supported in DQ extension on AVX-512 target.
We can use integer operations instead.
Added tests.
I also enabled FABS in this patch in order to check ANDPS.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
FP logic instructions are supported in DQ extension on AVX-512 target.
We can use integer operations instead.
Added tests.
I also enabled FABS in this patch in order to check ANDPS.
--> Is it possible to separate enabling of FABS?
Cheers,
Manman
../lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
26171 ↗ | (On Diff #41506) | Nit: period at end. |
26182 ↗ | (On Diff #41506) | Nit: llvm_unreachable? |
Comment Actions
I can't enable FABS before I fix ANDPS.
I can fix the ANDPS, but I don't know how to test it without FABS.
- Elena