[PATCH] D154463: [SLPVectorize] Add support for fmaximum/fminimum reduction

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 16:01:39 PDT 2023


ABataev added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/fmaximum-fminimum.ll:202
+; CHECK: {{.*}}
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; AVX256: {{.*}}
----------------
1. Fix this messages, remove unused check tags
2. Create a separate patch with the test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154463



More information about the llvm-commits mailing list