[PATCH] D60261: Change semantics of fadd/fmul vector reductions.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 01:19:36 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363035: Change semantics of fadd/fmul vector reductions. (authored by s.desmalen, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D60261?vs=203685&id=203984#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D60261

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/CodeGen/ExpandReductions.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/IR/AutoUpgrade.cpp
  llvm/trunk/lib/IR/IRBuilder.cpp
  llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp
  llvm/trunk/test/Assembler/invalid-vecreduce.ll
  llvm/trunk/test/Bitcode/upgrade-vecreduce-intrinsics.ll
  llvm/trunk/test/Bitcode/upgrade-vecreduce-intrinsics.ll.bc
  llvm/trunk/test/CodeGen/AArch64/vecreduce-fadd-legalization.ll
  llvm/trunk/test/CodeGen/AArch64/vecreduce-fadd.ll
  llvm/trunk/test/CodeGen/Generic/expand-experimental-reductions.ll
  llvm/trunk/test/CodeGen/X86/haddsub.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-fadd-fast.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-fadd.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-fmul-fast.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-fmul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60261.203984.patch
Type: text/x-patch
Size: 121186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/1eaf3cee/attachment.bin>


More information about the llvm-commits mailing list