[PATCH] D32245: Add an IR expansion pass for the experimental reductions

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 02:56:16 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL302631: Add a late IR expansion pass for the experimental reduction intrinsics. (authored by aemerson).

Changed prior to commit:
  https://reviews.llvm.org/D32245?vs=98285&id=98420#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32245

Files:
  llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
  llvm/trunk/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/trunk/include/llvm/CodeGen/ExpandReductions.h
  llvm/trunk/include/llvm/CodeGen/Passes.h
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/trunk/lib/Analysis/TargetTransformInfo.cpp
  llvm/trunk/lib/CodeGen/CMakeLists.txt
  llvm/trunk/lib/CodeGen/ExpandReductions.cpp
  llvm/trunk/lib/CodeGen/TargetPassConfig.cpp
  llvm/trunk/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp
  llvm/trunk/test/CodeGen/Generic/expand-experimental-reductions.ll
  llvm/trunk/test/CodeGen/X86/O0-pipeline.ll
  llvm/trunk/tools/llc/llc.cpp
  llvm/trunk/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32245.98420.patch
Type: text/x-patch
Size: 25585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170510/4f95edf3/attachment.bin>


More information about the llvm-commits mailing list