[PATCH] D113125: [LoopVectorize] Propagate fast-math flags for VPInstruction

Rosie Sumpter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 01:19:33 PST 2021


RosieSumpter updated this revision to Diff 386086.
RosieSumpter added a comment.

- Changed `FMF.print(O)` to `O << FMF`
- Added fast-math flags to `VPReductionRecipe::print`


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

https://reviews.llvm.org/D113125

Files:
  llvm/include/llvm/IR/Operator.h
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/Operator.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
  llvm/test/Transforms/LoopVectorize/vplan-printing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113125.386086.patch
Type: text/x-patch
Size: 9585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211110/85b99820/attachment.bin>


More information about the llvm-commits mailing list