[all-commits] [llvm/llvm-project] 8fb083: [X86][FP16] Add constrained FP support for scalar ...

Phoebe Wang via All-commits all-commits at lists.llvm.org
Fri Jul 8 05:33:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8fb083d33e192240f4a7e692d79a3748e47b65e7
      https://github.com/llvm/llvm-project/commit/8fb083d33e192240f4a7e692d79a3748e47b65e7
  Author: Phoebe Wang <phoebe.wang at intel.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/fp-strict-scalar-cmp-fp16.ll
    M llvm/test/CodeGen/X86/fp-strict-scalar-fp16.ll
    M llvm/test/CodeGen/X86/fp-strict-scalar-fptoint-fp16.ll
    M llvm/test/CodeGen/X86/fp-strict-scalar-inttofp-fp16.ll
    M llvm/test/CodeGen/X86/fp-strict-scalar-round-fp16.ll

  Log Message:
  -----------
  [X86][FP16] Add constrained FP support for scalar emulation

This is a follow up patch to support constrained FP in FP16 emulation.

Reviewed By: skan

Differential Revision: https://reviews.llvm.org/D128114




More information about the All-commits mailing list