[PATCH] D107082: [X86][RFC] Enable `_Float16` type support on X86 following the psABI
    Pengfei Wang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug  2 06:47:18 PDT 2021
    
    
  
pengfei added a comment.
After the last refactor, I think this patch is mostly ready.
This patch strips most of the ABI and _Float16 type related code from D105263 <https://reviews.llvm.org/D105263>, which can be leaving with only AVX512-FP16 ISA enabling code.
I think it should be more friendly for review. The defect is we make all FP16 enabling patches depend on and been blocked by this one. So I hope we could have a quick review and land it earlier.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107082/new/
https://reviews.llvm.org/D107082
    
    
More information about the llvm-commits
mailing list