[PATCH] D47443: [X86] Lowering FMA intrinsics to native IR (LLVM part)

Gabor Buella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 08:29:29 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL333554: [X86] Lowering FMA intrinsics to native IR (LLVM part) (authored by GBuella, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47443?vs=148881&id=149125#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47443

Files:
  llvm/trunk/include/llvm/IR/IntrinsicsX86.td
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86IntrinsicsInfo.h
  llvm/trunk/test/CodeGen/X86/avx512-fma-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/avx512-intrinsics-canonical.ll
  llvm/trunk/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-intrinsics-canonical.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/fma-fneg-combine.ll
  llvm/trunk/test/CodeGen/X86/fma-intrinsics-canonical.ll
  llvm/trunk/test/CodeGen/X86/fma-intrinsics-fast-isel.ll





More information about the llvm-commits mailing list