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

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 07:56:32 PDT 2017


aemerson updated this revision to Diff 98285.
aemerson added a comment.
Herald added a subscriber: javed.absar.

Addressed review comments, rewritten the pass a bit to be somewhat neater. https://reviews.llvm.org/D30086 is now committed now so this is ready to go if it looks ok.


Repository:
  rL LLVM

https://reviews.llvm.org/D32245

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32245.98285.patch
Type: text/x-patch
Size: 24445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/3627f828/attachment.bin>


More information about the llvm-commits mailing list