[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 15 11:12:10 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL334849: [X86] Lowering sqrt intrinsics to native IR (authored by tkrupa, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41599?vs=149925&id=151536#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41599

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41599.151536.patch
Type: text/x-patch
Size: 65720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180615/171a8dee/attachment-0001.bin>


More information about the llvm-commits mailing list