[PATCH] D107264: [NFC] Rename enable-strict-reductions to force-ordered-reductions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 2 04:16:20 PDT 2021


david-arm created this revision.
david-arm added reviewers: sdesmalen, kmclaughlin, dmgreen.
Herald added a subscriber: hiraditya.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

I'm renaming the flag because a future patch will add a new
enableOrderedReductions() TTI interface and so the meaning of this
flag will change to be one of forcing the target to enable/disable
them. Also, since other places in LoopVectorize.cpp use the word
'Ordered' instead of 'strict' I changed the flag to match.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107264

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
  llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-cost.ll
  llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-vf1.ll
  llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-strict-fadd-cost.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107264.363435.patch
Type: text/x-patch
Size: 8293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210802/426ad43c/attachment.bin>


More information about the llvm-commits mailing list