[PATCH] D126772: [LoopVectorize] Add support for invariant stores of ordered reductions
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 02:52:28 PDT 2022
david-arm added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd.ll:1364
; CHECK-ORDERED-LABEL: @reduction_store_to_invariant_address(
-; CHECK-ORDERED-NOT: vector.body
+; CHECK-ORDERED: vector.body
----------------
Hi @malharJ, can you add some proper CHECK lines for this test please similar to the other positive test cases above, e.g. @fadd_strict?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126772/new/
https://reviews.llvm.org/D126772
More information about the llvm-commits
mailing list