[PATCH] D62510: [LoopVectorize] Add FNeg instruction support

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 00:02:00 PDT 2019


craig.topper updated this revision to Diff 202120.
craig.topper added a comment.

Use range-based for loop as suggested in the other review.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62510

Files:
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/X86/fneg-cost.ll
  llvm/test/Transforms/LoopVectorize/fneg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62510.202120.patch
Type: text/x-patch
Size: 6307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/1b1ef528/attachment.bin>


More information about the llvm-commits mailing list