[PATCH] D41599: [X86] Lowering X86 avx512 sqrt intrinsics to IR - LLVM

Tomasz Krupa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 02:48:31 PDT 2018


tkrupa updated this revision to Diff 149416.
tkrupa added a comment.

Added lowering of scalar sqrt intrinsics without rounding (relies on https://reviews.llvm.org/D47621).


Repository:
  rL LLVM

https://reviews.llvm.org/D41599

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/IR/AutoUpgrade.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/avx-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
  test/CodeGen/X86/avx-intrinsics-x86.ll
  test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
  test/CodeGen/X86/avx512vl-intrinsics.ll
  test/CodeGen/X86/fold-load-unops.ll
  test/CodeGen/X86/sse-intrinsics-fast-isel.ll
  test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll
  test/CodeGen/X86/sse-intrinsics-x86.ll
  test/CodeGen/X86/sse-scalar-fp-arith.ll
  test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
  test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll
  test/CodeGen/X86/sse2-intrinsics-x86.ll
  test/CodeGen/X86/sse_partial_update.ll
  test/Transforms/InstCombine/X86/x86-sse.ll
  test/Transforms/InstCombine/X86/x86-sse2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41599.149416.patch
Type: text/x-patch
Size: 41006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180601/5c11d8fc/attachment.bin>


More information about the llvm-commits mailing list