[PATCH] D123516: Fix SLP score for out of order contiguous loads
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 04:49:41 PDT 2022
vporpo added a comment.
Thanks for updating the test, it looks much better now :)
I agree, I don't think that this needs to wait for the non-power-of-2 support, unless @ABataev has some objection.
================
Comment at: llvm/test/Transforms/SLPVectorizer/AArch64/tsc-s116.ll:7-10
+; CHECK-LABEL: @s116_modified(
+; CHECK: load <4 x float>, <4 x float>*
+; CHECK: fmul fast <4 x float>
+; CHECK: store <4 x float>
----------------
Please use the `utils/update_test_checks.py` script for generating the checks. It makes it easier to diff test failures when tests contain automatically generated checks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123516/new/
https://reviews.llvm.org/D123516
More information about the llvm-commits
mailing list