[PATCH] D75162: [X86][F16C] Remove cvtph2ps intrinsics and use generic half2float conversion (PR37554)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 09:19:32 PST 2020


RKSimon updated this revision to Diff 247288.
RKSimon added a comment.

Add strict fp codegen tests - this means the patch is now dependent on D75304 <https://reviews.llvm.org/D75304>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75162/new/

https://reviews.llvm.org/D75162

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/avx512f-builtins-constrained.c
  clang/test/CodeGen/avx512f-builtins.c
  clang/test/CodeGen/avx512vl-builtins-constrained.c
  clang/test/CodeGen/avx512vl-builtins.c
  clang/test/CodeGen/f16c-builtins-constrained.c
  clang/test/CodeGen/f16c-builtins.c
  llvm/include/llvm/IR/IntrinsicsX86.td
  llvm/lib/IR/AutoUpgrade.cpp
  llvm/lib/Target/X86/X86IntrinsicsInfo.h
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
  llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
  llvm/test/CodeGen/X86/avx512-intrinsics.ll
  llvm/test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll
  llvm/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
  llvm/test/CodeGen/X86/avx512vl-intrinsics.ll
  llvm/test/CodeGen/X86/f16c-intrinsics-fast-isel.ll
  llvm/test/Transforms/InstCombine/X86/x86-f16c.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75162.247288.patch
Type: text/x-patch
Size: 52429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/f4f998b5/attachment.bin>


More information about the llvm-commits mailing list