[all-commits] [llvm/llvm-project] 0156f9: [NFC] Rename enable-strict-reductions to force-ord...

david-arm via All-commits all-commits at lists.llvm.org
Tue Aug 3 01:33:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0156f91f3b0af0c2b3c14eecb6192dbb039fc2d2
      https://github.com/llvm/llvm-project/commit/0156f91f3b0af0c2b3c14eecb6192dbb039fc2d2
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2021-08-03 (Tue, 03 Aug 2021)

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

  Log Message:
  -----------
  [NFC] Rename enable-strict-reductions to force-ordered-reductions

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.

Differential Revision: https://reviews.llvm.org/D107264




More information about the All-commits mailing list