Phoebe Wang
f187948162
[X86][FP16] Enable vector support for FP16 emulation
...
This is follow up of D107082, which enable vector support according to psABI.
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D127982
2022-07-16 09:38:58 +08:00
Simon Pilgrim
4455c5cdea
[CostModel][X86] Update RUN -passes=* to double quotes to appease update scripts on windows
2022-03-18 11:44:18 +00:00
Arthur Eubanks
15ba588d6d
[test] Migrate '-analyze -cost-model' to '-passes=print<cost-model>'
2022-02-09 15:42:16 -08:00
Wang, Pengfei
6f7f5b54c8
[X86] AVX512FP16 instructions enabling 1/6
...
1. Enable FP16 type support and basic declarations used by following patches.
2. Enable new instructions VMOVW and VMOVSH.
Ref.: https://software.intel.com/content/www/us/en/develop/download/intel-avx512-fp16-architecture-specification.html
Reviewed By: LuoYuanke
Differential Revision: https://reviews.llvm.org/D105263
2021-08-10 12:46:01 +08:00