[PATCH] D103015: [NFC] Add CHECK lines for unordered FP reductions

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 06:35:17 PDT 2021


sdesmalen added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll:206
+; CHECK-UNORDERED: %[[VEC_FADD1:.*]] = fadd <vscale x 4 x float> %[[VEC_LOAD1]], %[[VEC_LOAD2]]
+; CHECK-UNORDERED: %[[VEC_FADD2:.*]] = fadd <vscale x 4 x float> {{.*}}, %[[VEC_FADD1]]
+; CHECK-UNORDERED-NOT: call float @llvm.vector.reduce.fadd
----------------
Can you add the PHI node for the reduction? (same for any other tests that miss this)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103015



More information about the llvm-commits mailing list